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

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

Detailed Description

Definition at line 6 of file plugindayzplayerdebug_ctrl.c.

Constructor & Destructor Documentation

◆ PluginDayzPlayerDebug_Ctrl()

void PluginDayzPlayerDebug_Ctrl ( Widget pMainWnd)
inlineprivate

◆ ~PluginDayzPlayerDebug_Ctrl()

void ~PluginDayzPlayerDebug_Ctrl ( )
inlineprivate

Definition at line 32 of file plugindayzplayerdebug_ctrl.c.

References DestroyModuleWidgets().

Member Function Documentation

◆ CommandHandler()

◆ CreateModuleWidgets()

void CreateModuleWidgets ( )
inlineprivate

◆ DestroyModuleWidgets()

void DestroyModuleWidgets ( )
inlineprivate

Definition at line 46 of file plugindayzplayerdebug_ctrl.c.

Referenced by ~PluginDayzPlayerDebug_Ctrl().

◆ OnChange()

bool OnChange ( Widget w,
int x,
int y,
bool finished )
inlineprivate

Definition at line 92 of file plugindayzplayerdebug_ctrl.c.

References m_MovDirEB, m_MovSpeedEB, m_OverrideMovementChange, Print(), x, and y.

◆ OnClick()

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

Field Documentation

◆ m_ApplyStanceChange

int m_ApplyStanceChange
private

◆ m_ForceStance

XComboBoxWidget m_ForceStance
private

Definition at line 10 of file plugindayzplayerdebug_ctrl.c.

Referenced by CreateModuleWidgets(), and OnClick().

◆ m_MainWnd

Widget m_MainWnd
private

Definition at line 8 of file plugindayzplayerdebug_ctrl.c.

Referenced by PluginDayzPlayerDebug_Ctrl(), and CreateModuleWidgets().

◆ m_MovDirEB

EditBoxWidget m_MovDirEB
private

Definition at line 12 of file plugindayzplayerdebug_ctrl.c.

Referenced by CommandHandler(), CreateModuleWidgets(), and OnChange().

◆ m_MovOverrideCheckbox

CheckBoxWidget m_MovOverrideCheckbox
private

Definition at line 13 of file plugindayzplayerdebug_ctrl.c.

Referenced by CommandHandler(), CreateModuleWidgets(), and OnClick().

◆ m_MovSpeedEB

EditBoxWidget m_MovSpeedEB
private

Definition at line 11 of file plugindayzplayerdebug_ctrl.c.

Referenced by CommandHandler(), CreateModuleWidgets(), and OnChange().

◆ m_OverrideMovementChange

bool m_OverrideMovementChange = false
private

Definition at line 17 of file plugindayzplayerdebug_ctrl.c.

Referenced by CommandHandler(), OnChange(), and OnClick().


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