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

◆ UnregisterEntrance()

static void UnregisterEntrance ( Land_Underground_EntranceBase entrance)
static

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

88 {
89 if (m_Entrances)
90 {
91 int index = m_Entrances.Find(entrance);
92 if (index != -1)
93 {
94 m_Entrances.Remove(index);
95 }
96 else
97 {
98 ErrorEx("Attempted to unregistered non-registered entrance");
99 }
100 }
101 }
enum ELEDState m_Entrances
enum ShapeType ErrorEx

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