Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
itemdropwarningmenu.c File Reference

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
 

Function Documentation

◆ GetText()

Definition at line 115 of file itemdropwarningmenu.c.

◆ Init()

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.

◆ OnClick()

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

Definition at line 56 of file itemdropwarningmenu.c.

◆ OnInputDeviceChanged()

protected void GetText::OnInputDeviceChanged ( EInputDeviceType  pInputDeviceType)

Definition at line 86 of file itemdropwarningmenu.c.

◆ OnInputPresetChanged()

protected void GetText::OnInputPresetChanged ( )

Definition at line 79 of file itemdropwarningmenu.c.

◆ Update()

override void GetText::Update ( float  timeslice)

Definition at line 69 of file itemdropwarningmenu.c.

◆ UpdateControlsElements()

protected void GetText::UpdateControlsElements ( )

Definition at line 92 of file itemdropwarningmenu.c.

◆ UpdateControlsElementVisibility()

protected void GetText::UpdateControlsElementVisibility ( )

Definition at line 100 of file itemdropwarningmenu.c.

◆ WarningMenuBase()

void GetText::WarningMenuBase ( )

Definition at line 5 of file itemdropwarningmenu.c.

◆ ~WarningMenuBase()

void GetText::~WarningMenuBase ( )

Definition at line 16 of file itemdropwarningmenu.c.

Variable Documentation

◆ m_Description

protected MultilineTextWidget m_Description

Definition at line 3 of file itemdropwarningmenu.c.

◆ m_OkButton

protected ButtonWidget m_OkButton

Definition at line 2 of file itemdropwarningmenu.c.