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

◆ GetParticleExplosionID()

int GetParticleExplosionID ( string surface)
protected

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

435 {
436 map<string, int> extraSurfaceeffect;
437 m_TypeToSurfaceParticleIDMap.Find(GetName(), extraSurfaceeffect);
438
439 int particleID;
440 if (extraSurfaceeffect.Find(surface, particleID))
441 return particleID;
443 }
ref map< string, ref map< string, int > > m_TypeToSurfaceParticleIDMap
Определения ExplosivesBase.c:40
int m_ParticleExplosionId
Определения ExplosivesBase.c:36
Определения CachedEquipmentStorage.c:4
proto native owned string GetName()
Test name getter. Strictly for UI porposes!
Определения SyncedValue.c:119

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

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