Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | WarningMenuBase |
class | PlayerRepositionWarningMenu |
Functions | |
WarningMenuBase UIScriptedMenu | GetText () |
void | WarningMenuBase () |
void | ~WarningMenuBase () |
override Widget | Init () |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system) More... | |
override bool | OnClick (Widget w, int x, int y, int button) |
override void | Update (float timeslice) |
protected void | OnInputPresetChanged () |
protected void | OnInputDeviceChanged (EInputDeviceType pInputDeviceType) |
protected void | UpdateControlsElements () |
protected void | UpdateControlsElementVisibility () |
Variables | |
protected ButtonWidget | m_OkButton |
protected MultilineTextWidget | m_Description |
WarningMenuBase UIScriptedMenu GetText | ( | ) |
Definition at line 115 of file itemdropwarningmenu.c.
override Widget GetText::Init | ( | ) |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)
Definition at line 30 of file itemdropwarningmenu.c.
Definition at line 56 of file itemdropwarningmenu.c.
protected void GetText::OnInputDeviceChanged | ( | EInputDeviceType | pInputDeviceType | ) |
Definition at line 86 of file itemdropwarningmenu.c.
protected void GetText::OnInputPresetChanged | ( | ) |
Definition at line 79 of file itemdropwarningmenu.c.
override void GetText::Update | ( | float | timeslice | ) |
Definition at line 69 of file itemdropwarningmenu.c.
protected void GetText::UpdateControlsElements | ( | ) |
Definition at line 92 of file itemdropwarningmenu.c.
protected void GetText::UpdateControlsElementVisibility | ( | ) |
Definition at line 100 of file itemdropwarningmenu.c.
void GetText::WarningMenuBase | ( | ) |
Definition at line 5 of file itemdropwarningmenu.c.
void GetText::~WarningMenuBase | ( | ) |
Definition at line 16 of file itemdropwarningmenu.c.
protected MultilineTextWidget m_Description |
Definition at line 3 of file itemdropwarningmenu.c.
protected ButtonWidget m_OkButton |
Definition at line 2 of file itemdropwarningmenu.c.