![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | PluginDayzPlayerDebug_Ctrl (Widget pMainWnd) |
| void | ~PluginDayzPlayerDebug_Ctrl () |
| void | CommandHandler () |
| void | CreateModuleWidgets () |
| void | DestroyModuleWidgets () |
| bool | OnChange (Widget w, int x, int y, bool finished) |
| bool | OnClick (Widget w, int x, int y, int button) |
| buttons clicks | |
Private Attributes | |
| int | m_ApplyStanceChange |
| XComboBoxWidget | m_ForceStance |
| Widget | m_MainWnd |
| EditBoxWidget | m_MovDirEB |
| CheckBoxWidget | m_MovOverrideCheckbox |
| EditBoxWidget | m_MovSpeedEB |
| bool | m_OverrideMovementChange = false |
Definition at line 6 of file plugindayzplayerdebug_ctrl.c.
|
inlineprivate |
Definition at line 23 of file plugindayzplayerdebug_ctrl.c.
References CreateModuleWidgets(), m_ApplyStanceChange, and m_MainWnd.
|
inlineprivate |
Definition at line 32 of file plugindayzplayerdebug_ctrl.c.
References DestroyModuleWidgets().
|
inlineprivate |
Definition at line 107 of file plugindayzplayerdebug_ctrl.c.
References HumanCommandMove::ForceStance(), g_Game, m_ApplyStanceChange, m_MovDirEB, m_MovOverrideCheckbox, m_MovSpeedEB, and m_OverrideMovementChange.
|
inlineprivate |
Definition at line 38 of file plugindayzplayerdebug_ctrl.c.
References m_ForceStance, m_MainWnd, m_MovDirEB, m_MovOverrideCheckbox, and m_MovSpeedEB.
Referenced by PluginDayzPlayerDebug_Ctrl().
|
inlineprivate |
Definition at line 46 of file plugindayzplayerdebug_ctrl.c.
Referenced by ~PluginDayzPlayerDebug_Ctrl().
Definition at line 92 of file plugindayzplayerdebug_ctrl.c.
References m_MovDirEB, m_MovSpeedEB, m_OverrideMovementChange, Print(), x, and y.
buttons clicks
Definition at line 74 of file plugindayzplayerdebug_ctrl.c.
References m_ApplyStanceChange, m_ForceStance, m_MovOverrideCheckbox, m_OverrideMovementChange, Print(), x, and y.
|
private |
Definition at line 16 of file plugindayzplayerdebug_ctrl.c.
Referenced by PluginDayzPlayerDebug_Ctrl(), CommandHandler(), and OnClick().
|
private |
Definition at line 10 of file plugindayzplayerdebug_ctrl.c.
Referenced by CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 8 of file plugindayzplayerdebug_ctrl.c.
Referenced by PluginDayzPlayerDebug_Ctrl(), and CreateModuleWidgets().
|
private |
Definition at line 12 of file plugindayzplayerdebug_ctrl.c.
Referenced by CommandHandler(), CreateModuleWidgets(), and OnChange().
|
private |
Definition at line 13 of file plugindayzplayerdebug_ctrl.c.
Referenced by CommandHandler(), CreateModuleWidgets(), and OnClick().
|
private |
Definition at line 11 of file plugindayzplayerdebug_ctrl.c.
Referenced by CommandHandler(), CreateModuleWidgets(), and OnChange().
|
private |
Definition at line 17 of file plugindayzplayerdebug_ctrl.c.
Referenced by CommandHandler(), OnChange(), and OnClick().