![]() |
ORK Framework
2.22.0
API Documentation
|
Public Member Functions | |
BattleAI (string name) | |
BaseAction | GetAction (BattleAICall call) |
override string | GetNodeName () |
override string | GetNodeDetails () |
override string | GetNextName (int index) |
override bool | IsRemovable () |
override int | GetNextCount () |
override int | GetNext (int index) |
override void | SetNext (int index, int next) |
![]() | |
int | GetFirstFree () |
![]() | |
virtual DataObject | GetData () |
Gets a ORKFramework.DataObject representing the class. More... | |
virtual void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
virtual void | EditorAutoSetup (string fieldName) |
Called for all fields using the autoSetup option of the ORKFramework.ORKEditorLayoutAttribute. More... | |
Static Public Member Functions | |
static List< Combatant > | GetTargetList (BattleAITargetType type, bool excludeSelf, bool excludeFoundTargets, BattleAICall call) |
static List< Combatant > | GetPreferredTargets (Combatant user, List< Combatant > foundTargets) |
Public Attributes | |
string | name = "" |
bool | clearFoundTargets = false |
int | startIndex = -1 |
BaseAIStep[] | step = new BaseAIStep[0] |
![]() | |
Vector2 | nodePosition = new Vector2(38, 38) |
bool | overrideNodeName = false |
string | nodeName = "" |
Additional Inherited Members | |
![]() | |
int | realID = 0 |
![]() | |
virtual bool | IsEnabled [get] |
![]() | |
virtual int | RealID [get, set] |