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

◆ RegisterEntrance()

static void RegisterEntrance ( Land_Underground_EntranceBase entrance)
static

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

79 {
80 if (!m_Entrances)
81 {
82 m_Entrances = new set<Land_Underground_EntranceBase>();
83 }
84 m_Entrances.Insert(entrance);
85 }
enum ELEDState m_Entrances

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