Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_GamepadRemovalUI Class Reference

Dialog displayed when the gamepad is removed. More...

Inheritance diagram for SCR_GamepadRemovalUI:
DialogUI

Protected Member Functions

override void OnMenuOpen ()
override void OnMenuClose ()
void UpdateImage ()

Static Protected Member Functions

static SCR_GamepadRemovalUI OpenGamepadRemovalDialog ()
static void CloseGamepadRemovalDialog ()
static ScriptInvokerDialog GetOnGamepadRemovalDialogClose ()

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"
Widget m_wBackground
ImageWidget m_wImage
Widget m_wImageContainer

Static Protected Attributes

static ref ScriptInvokerDialog m_OnGamepadRemovalDialogOpen
static ref ScriptInvokerDialog m_OnGamepadRemovalDialogClose

Detailed Description

Dialog displayed when the gamepad is removed.

Definition at line 3 of file SCR_GamepadRemovalUI.c.

Member Function Documentation

◆ CloseGamepadRemovalDialog()

void SCR_GamepadRemovalUI::CloseGamepadRemovalDialog ( )
inlinestaticprotected

Definition at line 113 of file SCR_GamepadRemovalUI.c.

◆ GetOnGamepadRemovalDialogClose()

ScriptInvokerDialog SCR_GamepadRemovalUI::GetOnGamepadRemovalDialogClose ( )
inlinestaticprotected

Definition at line 123 of file SCR_GamepadRemovalUI.c.

◆ OnMenuClose()

override void SCR_GamepadRemovalUI::OnMenuClose ( )
inlineprotected

Definition at line 43 of file SCR_GamepadRemovalUI.c.

◆ OnMenuOpen()

override void SCR_GamepadRemovalUI::OnMenuOpen ( )
inlineprotected

Definition at line 19 of file SCR_GamepadRemovalUI.c.

◆ OpenGamepadRemovalDialog()

SCR_GamepadRemovalUI SCR_GamepadRemovalUI::OpenGamepadRemovalDialog ( )
inlinestaticprotected

Definition at line 96 of file SCR_GamepadRemovalUI.c.

◆ UpdateImage()

void SCR_GamepadRemovalUI::UpdateImage ( )
inlineprotected

Definition at line 55 of file SCR_GamepadRemovalUI.c.

Member Data Documentation

◆ GAMEPAD_ANY_BUTTON_ACTION

const string SCR_GamepadRemovalUI::GAMEPAD_ANY_BUTTON_ACTION = "GamepadAnyButton"
protected

Definition at line 8 of file SCR_GamepadRemovalUI.c.

◆ KEYBOARD_ANY_BUTTON_ACTION

const string SCR_GamepadRemovalUI::KEYBOARD_ANY_BUTTON_ACTION = "KeyboardAnyButton"
protected

Definition at line 9 of file SCR_GamepadRemovalUI.c.

◆ m_OnGamepadRemovalDialogClose

ref ScriptInvokerDialog SCR_GamepadRemovalUI::m_OnGamepadRemovalDialogClose
staticprotected

Definition at line 12 of file SCR_GamepadRemovalUI.c.

◆ m_OnGamepadRemovalDialogOpen

ref ScriptInvokerDialog SCR_GamepadRemovalUI::m_OnGamepadRemovalDialogOpen
staticprotected

Definition at line 11 of file SCR_GamepadRemovalUI.c.

◆ m_wBackground

Widget SCR_GamepadRemovalUI::m_wBackground
protected

Definition at line 14 of file SCR_GamepadRemovalUI.c.

◆ m_wImage

ImageWidget SCR_GamepadRemovalUI::m_wImage
protected

Definition at line 15 of file SCR_GamepadRemovalUI.c.

◆ m_wImageContainer

Widget SCR_GamepadRemovalUI::m_wImageContainer
protected

Definition at line 16 of file SCR_GamepadRemovalUI.c.

◆ TEXTURE_PLAYSTATION

const string SCR_GamepadRemovalUI::TEXTURE_PLAYSTATION = "{7DB8A1E50905C0EB}UI/Textures/Common/PlayStation_controller.edds"
protected

Definition at line 6 of file SCR_GamepadRemovalUI.c.

◆ TEXTURE_XBOX

const string SCR_GamepadRemovalUI::TEXTURE_XBOX = "{F669664236AE1AD7}UI/Textures/Common/Xbox_controller.edds"
protected

Definition at line 5 of file SCR_GamepadRemovalUI.c.


The documentation for this class was generated from the following file: