![]() |
ORK Framework
2.31.0
API Documentation
|
Public Member Functions | |
bool | ShowOKButton (GUIBox origin) |
bool | ShowCancelButton (GUIBox origin) |
bool | IsOKButtonActive (GUIBox origin) |
bool | IsCancelButtonActive (GUIBox origin) |
bool | Tick (GUIBox origin) |
bool | UnfocusedTick (GUIBox origin) |
bool | NotControlableTick (GUIBox origin) |
override bool | FocusFirst () |
override bool | IsFocused () |
void | FocusGained (GUIBox origin) |
void | FocusLost (GUIBox origin) |
void | OutOfBoxClick (GUIBox origin) |
override void | Refresh () |
override void | Show (MenuScreen s) |
void | Show () |
override void | ChangeCombatant (Combatant old) |
override void | Close (bool closeImmediately) |
void | Closed (GUIBox origin) |
void | ChoiceSelected (int index, GUIBox origin) |
void | SelectionChanged (int index, GUIBox origin) |
void | Canceled (GUIBox origin) |
void | ValueInputChanged (int index, GUIBox origin) |
StatusPreview | GetPreview (Combatant combatant, PreviewSelection selectedPreview) |
IContentSimple | GetTypeContent () |
string | GetInfo (Combatant c) |
string | GetName () |
string | GetShortName () |
string | GetDescription () |
string | GetIconTextCode () |
Texture | GetIcon () |
GUIContent | GetContent () |
![]() | |
virtual void | ResetSelection () |
virtual bool | ShowFirstDescription () |
virtual void | MarkRefresh () |
virtual void | CombatantChoiceClosed (bool canceled) |
virtual void | SubMenuClosed (bool canceled) |
virtual void | ClearOverrides (bool refresh) |
virtual bool | SetOverrideType (BaseMenuPart backPart, int[] type, bool focus) |
virtual bool | SetOverrideDefaultAction (BaseMenuPart backPart, bool backAfterUse, MenuActionSetting defaultAction, bool focus) |
![]() | |
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 | |
int | guiBoxID = 0 |
bool | showPortrait = false |
int | portraitType = 0 |
bool | useTitle = false |
string [] | title |
string [] | message = ArrayHelper.CreateArray(ORK.Languages.Count, "") |
StatusValueDistributionPoints | distributionPoints = new StatusValueDistributionPoints() |
bool | allowCancel = false |
bool | enableTooltip = false |
StatusValueDistributionInput [] | input |
Properties | |
bool | CanAccept [get] |
override bool | Controlable [get] |
override bool | IsOpened [get] |
override bool | IsClosed [get] |
int | TypeID [get] |
int | ID [get] |
![]() | |
MenuScreen | Screen [get, set] |
virtual bool | OnScreenCombatant [get] |
virtual bool | ShouldRefresh [get] |
abstract bool | IsOpened [get] |
abstract bool | IsClosed [get] |
virtual bool | Controlable [get] |
virtual ORKDataType | TypeDataType [get] |
![]() | |
int | TypeID [get] |
![]() | |
int | ID [get] |
Additional Inherited Members | |
![]() | |
MenuScreen | screen |
bool | markRefresh = false |
StatusValueDistributionInput [] ORKFramework.Menu.Parts.StatusValueDistributionMenuPart.input |