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

◆ AddExplosionEffectForSurface()

void AddExplosionEffectForSurface ( string surface,
int effectID )
protected

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

420 {
421 map<string, int> extraSurfaceeffect;
422 m_TypeToSurfaceParticleIDMap.Find(GetName(), extraSurfaceeffect);
423 extraSurfaceeffect.Insert(surface, effectID);
424 }
map
Определения ControlsXboxNew.c:4
ref map< string, ref map< string, int > > m_TypeToSurfaceParticleIDMap
Определения ExplosivesBase.c:40
proto native owned string GetName()
Test name getter. Strictly for UI porposes!
Определения SyncedValue.c:119

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

Используется в Grenade_Base::InitSpecificsExplosionEffectForSurface().