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

◆ UnregisterBunker()

static void Land_WarheadStorage_PowerStation::UnregisterBunker ( Land_WarheadStorage_Main bunker)
inlinestaticprotected

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

351 {
352 if (m_Bunkers)
353 {
354 int index = m_Bunkers.Find(bunker);
355 if (index != -1)
356 {
357 m_Bunkers.Remove(index);
358 }
359 else
360 {
361 ErrorEx("Attempted to unregister non-registered bunker");
362 }
363 }
364 }
static ref set< Land_WarheadStorage_Main > m_Bunkers
enum ShapeType ErrorEx

Перекрестные ссылки ErrorEx и m_Bunkers.

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