![]() |
ORK Framework
2.22.0
API Documentation
|
Public Member Functions | |
Class (string name) | |
override void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
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 | EditorAutoSetup (string fieldName) |
Called for all fields using the autoSetup option of the ORKFramework.ORKEditorLayoutAttribute. More... | |
Public Attributes | |
bool | useClassAbility = false |
ActiveAbilitySelection | classAbility |
bool | ownBM = false |
int | menuID = 0 |
bool | useTurnBasedMenu = false |
int | turnBasedMenuID = 0 |
bool | useActiveTimeMenu = false |
int | activeTimeMenuID = 0 |
bool | useRealTimeMenu = false |
int | realTimeMenuID = 0 |
bool | usePhaseMenu = false |
int | phaseMenuID = 0 |
int[] | controlMap = new int[0] |
AvailableEquipment | equipment = new AvailableEquipment() |
AtkAttrStartValue[] | atkAttrStart = new AtkAttrStartValue[0] |
DefAttrStartValue[] | defAttrStart = new DefAttrStartValue[0] |
BonusSettings | bonus = new BonusSettings() |
AutoEffects | autoEffects = new AutoEffects() |
bool | useClassLevel = false |
int | statusDevelopmentID = 0 |
bool | ownLvlUp = false |
LevelUpBonus | lvlUp |
LearnAbilitySetting | abilityDevelopment = new LearnAbilitySetting() |
bool | ownShortcutListCount = false |
int | shortcutListCount = 1 |
bool | replaceDefaultShortcuts = false |
ShortcutSlotAssignment[] | defaultShortcut = new ShortcutSlotAssignment[0] |
bool | replaceDefaultAutoAddSlots = false |
AutoShortcutSlots[] | autoAddShortcuts = new AutoShortcutSlots[0] |
bool | replaceDefaultAutoArrangeSlots = false |
AutoShortcutSlots[] | autoArrangeShortcuts = new AutoShortcutSlots[0] |
![]() | |
LanguageInfo[] | languageInfo |
Properties | |
StatusDevelopment | Development [get] |
int | ID [get] |
![]() | |
virtual int | RealID [get, set] |
![]() | |
int | ID [get] |
Additional Inherited Members | |
![]() | |
int | realID = 0 |
|
virtual |
Sets the variables of the class using a ORKFramework.DataObject.
data | ORKFramework.DataObject containing the data. |
Reimplemented from ORKFramework.BaseData.