![]() |
ORK Framework
2.30.2
API Documentation
|
Public Member Functions | |
virtual void | ResetSelection () |
virtual bool | ShowFirstDescription () |
virtual bool | FocusFirst () |
abstract bool | IsFocused () |
virtual void | MarkRefresh () |
abstract void | Refresh () |
abstract void | Show (MenuScreen s) |
abstract void | ChangeCombatant (Combatant old) |
abstract void | Close (bool closeImmediately) |
virtual void | CombatantChoiceClosed (bool canceled) |
virtual void | SubMenuClosed (bool canceled) |
![]() | |
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... | |
Protected Attributes | |
MenuScreen | screen |
bool | markRefresh = false |
Properties | |
MenuScreen | Screen [get, set] |
virtual bool | OnScreenCombatant [get] |
virtual bool | ShouldRefresh [get] |
abstract bool | IsOpened [get] |
abstract bool | IsClosed [get] |
virtual bool | Controlable [get] |