![]() |
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... | |
override void | Execute (BaseEvent baseEvent) |
override void | Continue (BaseEvent baseEvent) |
override string | GetNodeDetails () |
![]() | |
override string | GetNodeName () |
override string | GetNextName (int index) |
override int | GetNextCount () |
override int | GetNext (int index) |
override void | SetNext (int index, int next) |
virtual void | EventStopped (BaseEvent baseEvent) |
![]() | |
virtual bool | IsRemovable () |
int | GetFirstFree () |
![]() | |
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 | |
int | id = 0 |
bool | usePosition = false |
EventVector3 | position |
EventObjectSetting | useObject = new EventObjectSetting() |
bool | useCenter = false |
float | timeBetween = 0 |
bool | waitBetween = true |
MountSettings | place = new MountSettings() |
bool | mount = false |
bool | useAudio = false |
int | id2 = 0 |
PlayAudioSettings | audio |
bool | addToObjectList = false |
FoundObjectSetting | foundObject |
![]() | |
bool | active = true |
int | next = -1 |
![]() | |
Vector2 | nodePosition = new Vector2(38, 38) |
bool | overrideNodeName = false |
string | nodeName = "" |
Additional Inherited Members | |
![]() | |
int | realID = 0 |
![]() | |
override bool | IsEnabled [get] |
virtual bool | ExecuteOnStop [get] |
![]() | |
virtual bool | IsEnabled [get] |
![]() | |
virtual int | RealID [get, set] |
|
virtual |
Sets the variables of the class using a ORKFramework.DataObject.
data | ORKFramework.DataObject containing the data. |
Reimplemented from ORKFramework.BaseData.