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

◆ GetParticleExplosionID()

int GetParticleExplosionID ( string surface)
protected

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

427 {
428 map<string, int> extraSurfaceeffect;
429 m_TypeToSurfaceParticleIDMap.Find(GetName(), extraSurfaceeffect);
430
431 int particleID;
432 if (extraSurfaceeffect.Find(surface, particleID))
433 return particleID;
435 }
map
Определения ControlsXboxNew.c:4
ref map< string, ref map< string, int > > m_TypeToSurfaceParticleIDMap
Определения ExplosivesBase.c:40
int m_ParticleExplosionId
Определения ExplosivesBase.c:36
proto native owned string GetName()
Test name getter. Strictly for UI porposes!
Определения SyncedValue.c:119

Перекрестные ссылки GetName(), m_ParticleExplosionId и m_TypeToSurfaceParticleIDMap.

Используется в OnExplosionEffects().