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

◆ DeferredInit()

override void Land_WarheadStorage_Bunker_Facility::DeferredInit ( )
inlineprotected

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

8 {
9 g_Game.RegisterNetworkStaticObject(this);
10
11 if (g_Game.IsServer())
12 {
13 for (int i = 0; i < GetDoorCount(); ++i)
15
16 JsonUndergroundTriggers.SpawnParentedTriggers(this);
17 }
18 }
DayZGame g_Game
Определения DayZGame.c:3942
proto native int GetDoorCount()
Returns the number of the doors in the building.

Перекрестные ссылки AutoCloseDoor(), g_Game, Building::GetDoorCount() и JsonUndergroundTriggers::SpawnParentedTriggers().