![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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 |
Definition at line 5 of file plugindayzplayerdebug_othercmds.c.
|
inlineprivate |
Definition at line 31 of file plugindayzplayerdebug_othercmds.c.
References CreateModuleWidgets(), and m_MainWnd.
|
inlineprivate |
Definition at line 38 of file plugindayzplayerdebug_othercmds.c.
References DestroyModuleWidgets().
|
inlineprivate |
Definition at line 100 of file plugindayzplayerdebug_othercmds.c.
References Death_Start(), Hit_Start(), m_CH_DeathStart, m_CH_HitStart, m_CH_UnconEnd, m_CH_UnconStart, Uncon_End(), and Uncon_Start().
|
inlineprivate |
Definition at line 44 of file plugindayzplayerdebug_othercmds.c.
References m_DeathDirectionEdit, m_DeathStartButton, m_DeathTypeCB, m_HitStartButton, m_HitTypeCB, m_MainWnd, m_UnconEndButton, m_UnconStartButton, and m_UnconTypeCB.
Referenced by PluginDayzPlayerDebug_OtherCmds().
|
inlineprivate |
Definition at line 127 of file plugindayzplayerdebug_othercmds.c.
References g_Game, m_DeathDirectionEdit, and m_DeathTypeCB.
Referenced by CommandHandler().
|
inlineprivate |
Definition at line 58 of file plugindayzplayerdebug_othercmds.c.
Referenced by ~PluginDayzPlayerDebug_OtherCmds().
|
inlineprivate |
Definition at line 143 of file plugindayzplayerdebug_othercmds.c.
References g_Game, m_DeathDirectionEdit, and m_HitTypeCB.
Referenced by CommandHandler().
buttons clicks
Definition at line 66 of file plugindayzplayerdebug_othercmds.c.
References m_CH_DeathStart, m_CH_HitStart, m_CH_UnconEnd, m_CH_UnconStart, m_DeathStartButton, m_HitStartButton, m_UnconEndButton, m_UnconStartButton, Print(), x, and y.
|
inlineprivate |
Definition at line 173 of file plugindayzplayerdebug_othercmds.c.
References g_Game, and HumanCommandUnconscious::WakeUp().
Referenced by CommandHandler().
|
inlineprivate |
Definition at line 161 of file plugindayzplayerdebug_othercmds.c.
References g_Game, and m_UnconTypeCB.
Referenced by CommandHandler().
|
private |
Definition at line 22 of file plugindayzplayerdebug_othercmds.c.
Referenced by CommandHandler(), and OnClick().
|
private |
Definition at line 23 of file plugindayzplayerdebug_othercmds.c.
Referenced by CommandHandler(), and OnClick().
|
private |
Definition at line 25 of file plugindayzplayerdebug_othercmds.c.
Referenced by CommandHandler(), and OnClick().
|
private |
Definition at line 24 of file plugindayzplayerdebug_othercmds.c.
Referenced by CommandHandler(), and OnClick().
|
private |
Definition at line 11 of file plugindayzplayerdebug_othercmds.c.
Referenced by CreateModuleWidgets(), Death_Start(), and Hit_Start().
|
private |
Definition at line 12 of file plugindayzplayerdebug_othercmds.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 10 of file plugindayzplayerdebug_othercmds.c.
Referenced by CreateModuleWidgets(), and Death_Start().
|
private |
Definition at line 15 of file plugindayzplayerdebug_othercmds.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 14 of file plugindayzplayerdebug_othercmds.c.
Referenced by CreateModuleWidgets(), and Hit_Start().
|
private |
Definition at line 8 of file plugindayzplayerdebug_othercmds.c.
Referenced by PluginDayzPlayerDebug_OtherCmds(), and CreateModuleWidgets().
|
private |
Definition at line 19 of file plugindayzplayerdebug_othercmds.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 18 of file plugindayzplayerdebug_othercmds.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 17 of file plugindayzplayerdebug_othercmds.c.
Referenced by CreateModuleWidgets(), and Uncon_Start().