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

◆ PluginDayzPlayerDebug_Weapons()

void PluginDayzPlayerDebug_Weapons::PluginDayzPlayerDebug_Weapons ( Widget pMainWnd)
inlineprivate

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

182 {
183 m_MainWnd = pMainWnd;
184
186
188 DayZPlayer player = DayZPlayer.Cast( g_Game.GetPlayer() );
189 if (player)
190 {
191 HumanCommandWeapons hcw = player.GetCommandModifier_Weapons();
192 hcw.DebugResetEvents();
193 }
194 }
DayZGame g_Game
Определения DayZGame.c:3942
proto native void DebugResetEvents()
void HumanCommandWeapons()
Определения human.c:1128

Перекрестные ссылки CreateModuleWidgets(), HumanCommandWeapons::DebugResetEvents(), g_Game и m_MainWnd.