Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
itemdropwarningmenu.c File Reference

Go to the source code of this file.

Classes

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)
 
override bool OnClick (Widget w, int x, int y, int button)
 
override void Update (float timeslice)
 
void OnInputPresetChanged ()
 
void OnInputDeviceChanged (EInputDeviceType pInputDeviceType)
 
void UpdateControlsElements ()
 
void UpdateControlsElementVisibility ()
 

Variables

ButtonWidget m_OkButton
 
MultilineTextWidget m_Description
 

Function Documentation

◆ GetText()

string GetText ( )

Definition at line 1 of file itemdropwarningmenu.c.

◆ Init()

override Widget GetText::Init ( )
protected

Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)

whole body slots

upper body part slots

bottom body part slots

lower body part slots


heat comfort related slots

pre-init arrays

Definition at line 144 of file itemdropwarningmenu.c.

◆ OnClick()

override bool GetText::OnClick ( Widget w,
int x,
int y,
int button )
protected

Definition at line 170 of file itemdropwarningmenu.c.

◆ OnInputDeviceChanged()

void GetText::OnInputDeviceChanged ( EInputDeviceType pInputDeviceType)
protected

Definition at line 200 of file itemdropwarningmenu.c.

◆ OnInputPresetChanged()

void GetText::OnInputPresetChanged ( )
protected

Definition at line 193 of file itemdropwarningmenu.c.

◆ Update()

override void GetText::Update ( float timeslice)
protected

Definition at line 183 of file itemdropwarningmenu.c.

◆ UpdateControlsElements()

void GetText::UpdateControlsElements ( )
protected

Definition at line 206 of file itemdropwarningmenu.c.

◆ UpdateControlsElementVisibility()

void GetText::UpdateControlsElementVisibility ( )
protected

Definition at line 214 of file itemdropwarningmenu.c.

◆ WarningMenuBase()

void GetText::WarningMenuBase ( )
protected

Definition at line 119 of file itemdropwarningmenu.c.

◆ ~WarningMenuBase()

void GetText::~WarningMenuBase ( )
protected

Definition at line 130 of file itemdropwarningmenu.c.

Variable Documentation

◆ m_Description

MultilineTextWidget m_Description
protected

Definition at line 117 of file itemdropwarningmenu.c.

◆ m_OkButton

ButtonWidget m_OkButton
protected

Definition at line 116 of file itemdropwarningmenu.c.