См. определение в файле PluginDayzPlayerDebug_OtherCmds.c строка 143
144 {
145 DayZPlayer player = DayZPlayer.Cast(
g_Game.GetPlayer() );
146 if( !player )
147 return;
148
151 if( hitType == 0 )
152 {
153 player.AddCommandModifier_Damage(0, hitDirection);
154 }
155 else
156 {
157 player.StartCommand_Damage(0, hitDirection);
158 }
159 }
EditBoxWidget m_DeathDirectionEdit
XComboBoxWidget m_HitTypeCB
Перекрестные ссылки g_Game, m_DeathDirectionEdit и m_HitTypeCB.
Используется в CommandHandler().