![]() |
ORK Framework
2.31.0
API Documentation
|
Public Member Functions | |
override void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
void | StartEvent (BattleGridCellComponent cell, List< Combatant > targets, Notify finishedCallback) |
![]() | |
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 | |
GridCellEventType | type = GridCellEventType.Ability |
GridCellEventStartType | startType = GridCellEventStartType.None |
AbilitySelection | ability = new AbilitySelection() |
bool | animateAbility = true |
int | factionID = 0 |
CombatantInit | combatantSetting |
StatusEffectCast | statusEffect |
AssetSource< ORKGameEvent > | gameEvent |
|
virtual |
Sets the variables of the class using a ORKFramework.DataObject.
data | ORKFramework.DataObject containing the data. |
Reimplemented from ORKFramework.BaseData.