![]() |
ORK Framework
2.30.2
API Documentation
|
Public Member Functions | |
override void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
void | StartCastingEvent (Combatant combatant, SelectedDataHandler selectedData) |
void | CancelCastingEvent (Combatant combatant, SelectedDataHandler selectedData) |
![]() | |
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 | useCastTime = false |
FloatValue | castTimeValue |
bool | cancelable = false |
bool | castMove = false |
bool | castPlaySound = false |
PlayAudioCombatant | castAudioSettings |
AssetSource< ORKGameEvent > | startCastingEvent |
AssetSource< ORKGameEvent > | cancelCastingEvent |
|
virtual |
Sets the variables of the class using a ORKFramework.DataObject.
data | ORKFramework.DataObject containing the data. |
Reimplemented from ORKFramework.BaseData.