DayZ 1.27
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( GetGame().GetPlayer() );
189 if (player)
190 {
191 HumanCommandWeapons hcw = player.GetCommandModifier_Weapons();
192 hcw.DebugResetEvents();
193 }
194 }
PlayerBase GetPlayer()
Определения ModifierBase.c:51
proto native void DebugResetEvents()
proto native CGame GetGame()
void HumanCommandWeapons()
Определения human.c:1113

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