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

◆ OnEndAnimationLoop()

override void ActionRepackTent::OnEndAnimationLoop ( ActionData action_data)
inlineprivate

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

200 {
201 if ( !g_Game.IsMultiplayer() || g_Game.IsServer() )
202 {
203 Param1<bool> play = new Param1<bool>( false );
204 g_Game.RPCSingleParam( action_data.m_MainItem, SoundTypeTent.REPACK, play, true );
205 }
206 }
DayZGame g_Game
Определения DayZGame.c:3942
SoundTypeTent
Определения LargeTent.c:2

Перекрестные ссылки ActionData и g_Game.