![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | JsonControlMappingInfo |
Functions | |
| void | ControlsXbox () |
| void | ~ControlsXbox () |
| void | Back () |
| void | DrawConnectingLines (int index) |
| protected array< ref JsonControlMappingInfo > | GetControlMappingInfo () |
| override Widget | Init () |
| Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system) More... | |
| override void | OnShow () |
| override bool | OnClick (Widget w, int x, int y, int button) |
| override void | Update (float timeslice) |
| protected void | LoadFooterButtonTexts () |
| Initial texts load for the footer buttons. More... | |
| protected void | LoadTextStrings () |
| Set correct bottom button texts based on platform (ps4 vs xbox texts) More... | |
| protected void | SwitchPreset () |
Variables | |
| class JsonControlMappingInfo | m_BackButtonTextID |
| protected ButtonWidget | m_Back |
| protected ImageWidget | m_ControlsLayoutImage |
| const protected int | TABS_COUNT = 4 |
| protected ImageWidget | m_tab_images [TABS_COUNT] |
| protected TabberUI | m_TabScript |
| void Back | ( | ) |
Definition at line 36 of file controlsxbox.c.
| void ControlsXbox | ( | ) |
Definition at line 26 of file controlsxbox.c.
| void DrawConnectingLines | ( | int | index | ) |
Definition at line 41 of file controlsxbox.c.
| protected array<ref JsonControlMappingInfo> GetControlMappingInfo | ( | ) |
Definition at line 272 of file controlsxbox.c.
| override Widget Init | ( | ) |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
Definition at line 310 of file controlsxbox.c.
| protected void LoadFooterButtonTexts | ( | ) |
Initial texts load for the footer buttons.
Definition at line 404 of file controlsxbox.c.
| protected void LoadTextStrings | ( | ) |
Set correct bottom button texts based on platform (ps4 vs xbox texts)
Definition at line 414 of file controlsxbox.c.
Definition at line 367 of file controlsxbox.c.
| override void OnShow | ( | ) |
Definition at line 349 of file controlsxbox.c.
| protected void SwitchPreset | ( | ) |
Definition at line 423 of file controlsxbox.c.
| override void Update | ( | float | timeslice | ) |
Definition at line 380 of file controlsxbox.c.
| void ~ControlsXbox | ( | ) |
Definition at line 31 of file controlsxbox.c.
| protected ButtonWidget m_Back |
Definition at line 17 of file controlsxbox.c.
| class JsonControlMappingInfo m_BackButtonTextID |
| protected ImageWidget m_ControlsLayoutImage |
Definition at line 18 of file controlsxbox.c.
| protected ImageWidget m_tab_images[TABS_COUNT] |
Definition at line 20 of file controlsxbox.c.
| protected TabberUI m_TabScript |
Definition at line 21 of file controlsxbox.c.
| const protected int TABS_COUNT = 4 |
Definition at line 19 of file controlsxbox.c.