class PluginDayzPlayerDebug_OtherCmdsSource
Constructors 2
void PluginDayzPlayerDebug_OtherCmds(Widget pMainWnd)Referenced by PluginDayzPlayerDebug.PluginDayzPlayerDebug()
void ~PluginDayzPlayerDebug_OtherCmds()References DestroyModuleWidgets()
Members 13
Widget m_MainWndXComboBoxWidget m_DeathTypeCBEditBoxWidget m_DeathDirectionEditButtonWidget m_DeathStartButtonXComboBoxWidget m_HitTypeCBButtonWidget m_HitStartButtonXComboBoxWidget m_UnconTypeCBButtonWidget m_UnconStartButtonButtonWidget m_UnconEndButtonbool m_CH_DeathStart = falsebool m_CH_HitStart = falsebool m_CH_UnconStart = falsebool m_CH_UnconEnd = falseMethods 8
void CreateModuleWidgets()Referenced by PluginDayzPlayerDebug_OtherCmds()
void DestroyModuleWidgets()Referenced by ~PluginDayzPlayerDebug_OtherCmds()
buttons clicks
References Print(), m_CH_DeathStart, m_CH_HitStart
Show 6 more
, m_CH_UnconEnd, m_CH_UnconStart, m_DeathStartButton, m_HitStartButton, m_UnconEndButton, and m_UnconStartButtonReferenced by PluginDayzPlayerDebug.OnClick()
void CommandHandler()References Death_Start(), Hit_Start(), Uncon_End()
Show 5 more
, Uncon_Start(), m_CH_DeathStart, m_CH_HitStart, m_CH_UnconEnd, and m_CH_UnconStartReferenced by PluginDayzPlayerDebug.CommandHandler()
void Death_Start()References Class.Cast(), XComboBoxWidget.GetCurrentItem(), CGame.GetPlayer()
Show 5 more
, EditBoxWidget.GetText(), Human.StartCommand_Death(), string.ToInt(), m_DeathDirectionEdit, and m_DeathTypeCBReferenced by CommandHandler()
void Hit_Start()Referenced by CommandHandler()
void Uncon_Start()References Class.Cast(), XComboBoxWidget.GetCurrentItem(), CGame.GetPlayer()
Show 3 more
, Human.StartCommand_Unconscious(), DayZPlayerImplement.m_UnconsciousDebug, and m_UnconTypeCBReferenced by CommandHandler()
void Uncon_End()References Class.Cast(), Human.GetCommand_Unconscious(), CGame.GetPlayer()
Show 2 more
, HumanCommandUnconscious.WakeUp(), and DayZPlayerImplement.m_UnconsciousDebugReferenced by CommandHandler()