|
Arma Reforger Script API
|
Dialog displayed when the gamepad is removed. More...
Public Member Functions | |
| override void | OnMenuOpen () |
| override void | OnMenuClose () |
Public Member Functions inherited from DialogUI | |
| override void | OnMenuInit () |
| override void | OnMenuUpdate (float tDelta) |
| void | SetTitle (string text) |
| string | GetTitle () |
| void | SetMessage (string text) |
| string | GetMessage () |
| void | SetConfirmText (string text) |
| void | SetCancelText (string text) |
| void | SetType (EDialogType type) |
| void | SetTitleIcon (ResourceName image, string imageName) |
| Set title icons with custom image. | |
| void | SetTitleIcon (string imageName) |
| Set title icon by image name from image set in dialog data. | |
| void | CloseAnimated () |
| animates dialog closure | |
| SCR_DynamicFooterComponent | GetFooterComponent () |
Public Member Functions inherited from ChimeraMenuBase | |
| override void | OnMenuOpened () |
| override void | OnMenuFocusGained () |
| override void | OnMenuFocusLost () |
| override void | OnMenuShow () |
| override void | OnMenuHide () |
Static Public Member Functions | |
| static SCR_GamepadRemovalUI | OpenGamepadRemovalDialog () |
| static void | CloseGamepadRemovalDialog () |
| static ScriptInvokerDialog | GetOnGamepadRemovalDialogClose () |
Static Public Member Functions inherited from ChimeraMenuBase | |
| static ChimeraMenuBase | CurrentChimeraMenu () |
| static ChimeraMenuBase | GetOwnerMenu (Widget w) |
| Returns parent menu of a widget. | |
Protected Member Functions | |
| void | UpdateImage () |
Protected Member Functions inherited from DialogUI | |
| void | OnConfirm () |
| void | OnCancel () |
| void | SetDialogType (EDialogType type) |
| Set color based on dialog type. | |
Protected Attributes | |
| Widget | m_wBackground |
| ImageWidget | m_wImage |
| Widget | m_wImageContainer |
Protected Attributes inherited from DialogUI | |
| SCR_DialogDataComponent | m_DialogData |
| Widget | m_wCancelButton |
| Widget | m_wConfirmButton |
| SCR_InputButtonComponent | m_Cancel |
| SCR_InputButtonComponent | m_Confirm |
| ImageWidget | m_wImgTopLine |
| ImageWidget | m_wImgTitleIcon |
| TextWidget | m_wTitle |
| TextWidget | m_wContent |
| float | m_fAnimationRate = UIConstants.FADE_RATE_FAST |
| EDialogType | m_iDialogType |
| SCR_DynamicFooterComponent | m_DynamicFooter |
Protected Attributes inherited from ChimeraMenuBase | |
| bool | m_bTextEditActive = false |
Static Protected Attributes | |
| const string | TEXTURE_XBOX = "{F669664236AE1AD7}UI/Textures/Common/Xbox_controller.edds" |
| const string | TEXTURE_PLAYSTATION = "{7DB8A1E50905C0EB}UI/Textures/Common/PlayStation_controller.edds" |
| const string | GAMEPAD_ANY_BUTTON_ACTION = "GamepadAnyButton" |
| const string | KEYBOARD_ANY_BUTTON_ACTION = "KeyboardAnyButton" |
| static ref ScriptInvokerDialog | m_OnGamepadRemovalDialogOpen |
| static ref ScriptInvokerDialog | m_OnGamepadRemovalDialogClose |
Static Protected Attributes inherited from ChimeraMenuBase | |
| const string | INPUT_CONTEXT_EDIT = "MenuTextEditContext" |
| static ChimeraMenuBase | m_ThisMenu |
Additional Inherited Members | |
Public Attributes inherited from DialogUI | |
| ref ScriptInvoker | m_OnConfirm = new ScriptInvoker() |
| ref ScriptInvoker | m_OnCancel = new ScriptInvoker() |
Public Attributes inherited from ChimeraMenuBase | |
| ref ScriptInvoker | m_OnTextEditContextChange = new ScriptInvoker |
| ref ScriptInvoker | m_OnUpdate = new ScriptInvoker |
Dialog displayed when the gamepad is removed.
|
static |
|
static |
| override void SCR_GamepadRemovalUI.OnMenuClose | ( | ) |
Implements DialogUI.
| override void SCR_GamepadRemovalUI.OnMenuOpen | ( | ) |
Implements DialogUI.
|
static |
|
protected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
staticprotected |