DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Uncon_Start()

void PluginDayzPlayerDebug_OtherCmds::Uncon_Start ( )
inlineprivate

См. определение в файле PluginDayzPlayerDebug_OtherCmds.c строка 161

162 {
163 DayZPlayerImplement player = DayZPlayerImplement.Cast( GetGame().GetPlayer() );
164 if( !player )
165 return;
166
167 int type = m_UnconTypeCB.GetCurrentItem();
168
169 player.m_UnconsciousDebug = true;
170 player.StartCommand_Unconscious(type);
171 }
PlayerBase GetPlayer()
Определения ModifierBase.c:51
proto native CGame GetGame()

Перекрестные ссылки GetGame(), GetPlayer() и m_UnconTypeCB.

Используется в CommandHandler().