![]() |
ORK Framework
2.34.1
API Documentation
|
Public Member Functions | |
virtual ControlHandler | CreateControlHandler () |
virtual CombatantHandler | CreateCombatantHandler () |
virtual SaveGameHandler | CreateSaveGameHandler () |
virtual void | InitBeforeRegister () |
Called before ORK registers update handlers. More... | |
virtual void | InitAfterRegister () |
Called after ORK registers update handlers. More... | |
![]() | |
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... | |
virtual bool | IsType (string type) |
Checks if the setting is of a defindd type. More... | |
Protected Attributes | |
ActionAccessHandler | actionAccess |
BattleAccessHandler | battleAccess |
CombatantAccessHandler | combatantAccess |
GroupAccessHandler | groupAccess |
InventoryAccessHandler | inventoryAccess |
Properties | |
virtual ActionAccessHandler | Action [get] |
virtual BattleAccessHandler | Battle [get] |
virtual CombatantAccessHandler | Combatant [get] |
virtual GroupAccessHandler | Group [get] |
virtual InventoryAccessHandler | Inventory [get] |
Additional Inherited Members | |
![]() | |
virtual string | GetTypeNamespace () |
|
virtual |
Called after ORK registers update handlers.
|
virtual |
Called before ORK registers update handlers.