Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
PluginDayzPlayerDebug_OtherCmds Class Reference

Private Member Functions

void PluginDayzPlayerDebug_OtherCmds (Widget pMainWnd)
void ~PluginDayzPlayerDebug_OtherCmds ()
void CommandHandler ()
void CreateModuleWidgets ()
void Death_Start ()
void DestroyModuleWidgets ()
void Hit_Start ()
bool OnClick (Widget w, int x, int y, int button)
 buttons clicks
void Uncon_End ()
void Uncon_Start ()

Private Attributes

bool m_CH_DeathStart = false
bool m_CH_HitStart = false
bool m_CH_UnconEnd = false
bool m_CH_UnconStart = false
EditBoxWidget m_DeathDirectionEdit
ButtonWidget m_DeathStartButton
XComboBoxWidget m_DeathTypeCB
ButtonWidget m_HitStartButton
XComboBoxWidget m_HitTypeCB
Widget m_MainWnd
ButtonWidget m_UnconEndButton
ButtonWidget m_UnconStartButton
XComboBoxWidget m_UnconTypeCB

Detailed Description

Definition at line 5 of file plugindayzplayerdebug_othercmds.c.

Constructor & Destructor Documentation

◆ PluginDayzPlayerDebug_OtherCmds()

void PluginDayzPlayerDebug_OtherCmds ( Widget pMainWnd)
inlineprivate

Definition at line 31 of file plugindayzplayerdebug_othercmds.c.

References CreateModuleWidgets(), and m_MainWnd.

◆ ~PluginDayzPlayerDebug_OtherCmds()

void ~PluginDayzPlayerDebug_OtherCmds ( )
inlineprivate

Definition at line 38 of file plugindayzplayerdebug_othercmds.c.

References DestroyModuleWidgets().

Member Function Documentation

◆ CommandHandler()

void CommandHandler ( )
inlineprivate

◆ CreateModuleWidgets()

◆ Death_Start()

void Death_Start ( )
inlineprivate

Definition at line 127 of file plugindayzplayerdebug_othercmds.c.

References g_Game, m_DeathDirectionEdit, and m_DeathTypeCB.

Referenced by CommandHandler().

◆ DestroyModuleWidgets()

void DestroyModuleWidgets ( )
inlineprivate

Definition at line 58 of file plugindayzplayerdebug_othercmds.c.

Referenced by ~PluginDayzPlayerDebug_OtherCmds().

◆ Hit_Start()

void Hit_Start ( )
inlineprivate

Definition at line 143 of file plugindayzplayerdebug_othercmds.c.

References g_Game, m_DeathDirectionEdit, and m_HitTypeCB.

Referenced by CommandHandler().

◆ OnClick()

bool OnClick ( Widget w,
int x,
int y,
int button )
inlineprivate

◆ Uncon_End()

void Uncon_End ( )
inlineprivate

Definition at line 173 of file plugindayzplayerdebug_othercmds.c.

References g_Game, and HumanCommandUnconscious::WakeUp().

Referenced by CommandHandler().

◆ Uncon_Start()

void Uncon_Start ( )
inlineprivate

Definition at line 161 of file plugindayzplayerdebug_othercmds.c.

References g_Game, and m_UnconTypeCB.

Referenced by CommandHandler().

Field Documentation

◆ m_CH_DeathStart

bool m_CH_DeathStart = false
private

Definition at line 22 of file plugindayzplayerdebug_othercmds.c.

Referenced by CommandHandler(), and OnClick().

◆ m_CH_HitStart

bool m_CH_HitStart = false
private

Definition at line 23 of file plugindayzplayerdebug_othercmds.c.

Referenced by CommandHandler(), and OnClick().

◆ m_CH_UnconEnd

bool m_CH_UnconEnd = false
private

Definition at line 25 of file plugindayzplayerdebug_othercmds.c.

Referenced by CommandHandler(), and OnClick().

◆ m_CH_UnconStart

bool m_CH_UnconStart = false
private

Definition at line 24 of file plugindayzplayerdebug_othercmds.c.

Referenced by CommandHandler(), and OnClick().

◆ m_DeathDirectionEdit

EditBoxWidget m_DeathDirectionEdit
private

Definition at line 11 of file plugindayzplayerdebug_othercmds.c.

Referenced by CreateModuleWidgets(), Death_Start(), and Hit_Start().

◆ m_DeathStartButton

ButtonWidget m_DeathStartButton
private

Definition at line 12 of file plugindayzplayerdebug_othercmds.c.

Referenced by CreateModuleWidgets(), and OnClick().

◆ m_DeathTypeCB

XComboBoxWidget m_DeathTypeCB
private

Definition at line 10 of file plugindayzplayerdebug_othercmds.c.

Referenced by CreateModuleWidgets(), and Death_Start().

◆ m_HitStartButton

ButtonWidget m_HitStartButton
private

Definition at line 15 of file plugindayzplayerdebug_othercmds.c.

Referenced by CreateModuleWidgets(), and OnClick().

◆ m_HitTypeCB

XComboBoxWidget m_HitTypeCB
private

Definition at line 14 of file plugindayzplayerdebug_othercmds.c.

Referenced by CreateModuleWidgets(), and Hit_Start().

◆ m_MainWnd

Widget m_MainWnd
private

◆ m_UnconEndButton

ButtonWidget m_UnconEndButton
private

Definition at line 19 of file plugindayzplayerdebug_othercmds.c.

Referenced by CreateModuleWidgets(), and OnClick().

◆ m_UnconStartButton

ButtonWidget m_UnconStartButton
private

Definition at line 18 of file plugindayzplayerdebug_othercmds.c.

Referenced by CreateModuleWidgets(), and OnClick().

◆ m_UnconTypeCB

XComboBoxWidget m_UnconTypeCB
private

Definition at line 17 of file plugindayzplayerdebug_othercmds.c.

Referenced by CreateModuleWidgets(), and Uncon_Start().


The documentation for this class was generated from the following file: