![]() |
ORK Framework
2.31.0
API Documentation
|
Public Member Functions | |
BattleGridCellType (string name) | |
override void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
BattleGridCellType | GetCellType () |
GameObject | CreatePrefabInstance (BattleGridCellComponent cell, bool isEditor) |
bool | CanMoveFrom (BattleGridCellComponent fromCell) |
string | ReplaceMoveCosts (string text, Combatant user) |
override string | GetName () |
string | GetName (Combatant user) |
override string | GetShortName () |
string | GetShortName (Combatant user) |
override string | GetDescription () |
string | GetDescription (Combatant user) |
override string | GetIconTextCode () |
override GUIContent | GetContent () |
GUIContent | GetContent (Combatant user) |
![]() | |
BaseLanguageData (string name) | |
void | SetLanguageName (string name) |
virtual Texture | GetIcon () |
![]() | |
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 | isRandomCellType = false |
BattleGridCellTypeRandom | randomCellType |
BattleGridCellTypeSingle | singleCellType = new BattleGridCellTypeSingle() |
![]() | |
LanguageContent [] | languageInfo |
Additional Inherited Members | |
![]() | |
int | realID = 0 |
![]() | |
virtual int | ID [get] |
![]() | |
virtual int | RealID [get, set] |
![]() | |
int | ID [get] |
|
virtual |
Sets the variables of the class using a ORKFramework.DataObject.
data | ORKFramework.DataObject containing the data. |
Reimplemented from ORKFramework.BaseData.