Структуры данных | |
class | JsonControlMappingInfo |
Функции | |
void | ControlsXbox () |
void | ~ControlsXbox () |
void | Back () |
void | DrawConnectingLines (int index) |
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) | |
override void | OnShow () |
override bool | OnClick (Widget w, int x, int y, int button) |
override void | Update (float timeslice) |
void | LoadFooterButtonTexts () |
Initial texts load for the footer buttons. | |
void | LoadTextStrings () |
Set correct bottom button texts based on platform (ps4 vs xbox texts) | |
void | SwitchPreset () |
Переменные | |
class JsonControlMappingInfo | m_BackButtonTextID |
ButtonWidget | m_Back |
ImageWidget | m_ControlsLayoutImage |
const int | TABS_COUNT = 4 |
ImageWidget | m_tab_images [TABS_COUNT] |
TabberUI | m_TabScript |