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

◆ Wreck_Mi8_Crashed()

void CrashBase::Wreck_Mi8_Crashed ( )
inlineprivate

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

5 {
6 if ( !GetGame().IsDedicatedServer() )
7 {
8 m_ParticleEfx = ParticleManager.GetInstance().PlayOnObject(ParticleList.SMOKING_HELI_WRECK, this, Vector(2, 0, -5));
9 }
10 }
void ParticleManager(ParticleManagerSettings settings)
Constructor (ctor)
Определения ParticleManager.c:88
proto native CGame GetGame()
proto native vector Vector(float x, float y, float z)
Vector constructor from components.

Перекрестные ссылки GetGame(), ParticleManager(), ParticleList::SMOKING_HELI_WRECK и Vector().