![]() |
ORK Framework
2.22.0
API Documentation
|
Public Member Functions | |
DefenceSubAttribute (string name) | |
override void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
IContentSimple | GetTypeContent () |
string | GetName () |
string | GetDescription () |
string | GetIconTextCode () |
Texture | GetIcon () |
GUIContent | GetContent () |
string | GetInfo (Combatant c) |
![]() | |
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 | |
LanguageInfo[] | languageInfo = ArrayHelper.CreateArray<LanguageInfo>(ORK.Languages.Count) |
float | startValue = 100 |
bool | ownImmunityFlyingText = false |
FlyingTextGroup< FlyingTextSettings >[] | immunityFlyingText |
Properties | |
int | ID [get, set] |
int | TypeID [get, set] |
![]() | |
int | TypeID [get] |
![]() | |
int | ID [get] |
|
virtual |
Sets the variables of the class using a ORKFramework.DataObject.
data | ORKFramework.DataObject containing the data. |
Reimplemented from ORKFramework.BaseData.