![]() |
ORK Framework
2.22.0
API Documentation
|
Public Member Functions | |
override void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
bool | IsFlee (Combatant combatant, Combatant target) |
bool | IsInRange (Vector3 startPosition, Combatant combatant) |
bool | IsOutOfRange (Vector3 startPosition, Combatant combatant) |
void | Use (MoveAIComponent moveAI) |
![]() | |
virtual DataObject | GetData () |
Gets a ORKFramework.DataObject representing the class. More... | |
virtual void | EditorAutoSetup (string fieldName) |
Called for all fields using the autoSetup option of the ORKFramework.ORKEditorLayoutAttribute. More... | |
Public Attributes | |
bool | enabled = false |
float | fleeTime = 2 |
bool | preventCornered = false |
bool | useRange = false |
Range | range |
bool | useStopRange = false |
Range | stopRange |
Needed | needed = Needed.One |
MoveCondition[] | condition = new MoveCondition[0] |
|
virtual |
Sets the variables of the class using a ORKFramework.DataObject.
data | ORKFramework.DataObject containing the data. |
Reimplemented from ORKFramework.BaseData.