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

◆ Init()

void Init ( )
protected

Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system)

pre-init arrays

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

390 {
391 #ifndef SERVER
393 {
395 }
396
398 {
399 map<string, int> extraSurfaceeffect = new map<string, int>();
400 m_TypeToSurfaceParticleIDMap.Insert(GetName(), extraSurfaceeffect);
402 }
403 #endif
404 }
map
Определения ControlsXboxNew.c:4
void InitSpecificsExplosionEffectForSurface()
Определения ExplosivesBase.c:414
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(), InitSpecificsExplosionEffectForSurface() и m_TypeToSurfaceParticleIDMap.