![]() |
ORK Framework
2.22.0
API Documentation
|
Public Member Functions | |
ItemType (string name) | |
bool | HasSubTypes () |
bool | IsSubTypeOf (int parentID) |
int | GetParentTypeAfter (int parentID) |
void | AddTypeToList (int parentID, ref List< int > list) |
List< int > | GetTypePath () |
string | GetName () |
string | GetDescription () |
string | GetIconTextCode () |
Texture | GetIcon () |
GUIContent | GetContent () |
![]() | |
BaseLanguageData (string name) | |
![]() | |
virtual DataObject | GetData () |
Gets a ORKFramework.DataObject representing the class. More... | |
virtual void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
virtual void | EditorAutoSetup (string fieldName) |
Called for all fields using the autoSetup option of the ORKFramework.ORKEditorLayoutAttribute. More... | |
Public Attributes | |
bool | isSubType = false |
int | parentTypeID = 0 |
int | damageTypeID = 0 |
![]() | |
LanguageInfo[] | languageInfo |
Properties | |
int | ParentType [get] |
int | RootType [get] |
int | ID [get] |
![]() | |
virtual int | RealID [get, set] |
![]() | |
int | ID [get] |
Additional Inherited Members | |
![]() | |
int | realID = 0 |