Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
itemdropwarningmenu.c File Reference

Go to the source code of this file.

Data Structures

class  PlayerRepositionWarningMenu
class  WarningMenuBase

Functions

void ~WarningMenuBase ()
WarningMenuBase UIScriptedMenu GetText ()
override Widget Init ()
override bool OnClick (Widget w, int x, int y, int button)
void OnInputDeviceChanged (EInputDeviceType pInputDeviceType)
void OnInputPresetChanged ()
override void Update (float timeslice)
void UpdateControlsElements ()
void UpdateControlsElementVisibility ()
void WarningMenuBase ()

Variables

MultilineTextWidget m_Description
ButtonWidget m_OkButton

Function Documentation

◆ ~WarningMenuBase()

void ~WarningMenuBase ( )
protected

Definition at line 130 of file itemdropwarningmenu.c.

◆ GetText()

string GetText ( )

Definition at line 1 of file itemdropwarningmenu.c.

References WarningMenuBase::WarningMenuBase().

◆ Init()

override Widget Init ( )
protected

Definition at line 144 of file itemdropwarningmenu.c.

◆ OnClick()

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

Definition at line 170 of file itemdropwarningmenu.c.

◆ OnInputDeviceChanged()

void OnInputDeviceChanged ( EInputDeviceType pInputDeviceType)
protected

Definition at line 200 of file itemdropwarningmenu.c.

◆ OnInputPresetChanged()

void OnInputPresetChanged ( )
protected

Definition at line 193 of file itemdropwarningmenu.c.

◆ Update()

override void Update ( float timeslice)
protected

Definition at line 183 of file itemdropwarningmenu.c.

◆ UpdateControlsElements()

◆ UpdateControlsElementVisibility()

void UpdateControlsElementVisibility ( )
protected

Definition at line 214 of file itemdropwarningmenu.c.

◆ WarningMenuBase()

void WarningMenuBase ( )
protected

Definition at line 119 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.