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

◆ OnWorkStop()

override void M18SmokeGrenade_Red::OnWorkStop ( )
inlineprivate

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

33 {
34 super.OnWorkStop();
35
36 if ( g_Game.IsServer() )
37 GetCEApi().SpawnGroup( "ContaminatedArea_Dynamic", GetPosition() );
38 }
proto native CEApi GetCEApi()
Get the CE API.
DayZGame g_Game
Определения DayZGame.c:3942
vector GetPosition()
Get the world position of the Effect.
Определения Effect.c:473