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

◆ AddExplosionEffectForSurface()

void AddExplosionEffectForSurface ( string surface,
int effectID )
protected

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

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

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

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