DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CreateDebugMonitor()
override void MissionBase::CreateDebugMonitor
(
)
inline
protected
См. определение в файле
missionGameplay.c
строка
1379
1380
{
1381
if
(!
m_DebugMonitor
)
1382
{
1383
m_DebugMonitor
=
new
DebugMonitor();
1384
m_DebugMonitor
.Init();
1385
}
1386
else
1387
m_DebugMonitor
.Show();
1388
1389
}
MissionBase::m_DebugMonitor
ref DebugMonitor m_DebugMonitor
Определения
missionGameplay.c:17
Перекрестные ссылки
m_DebugMonitor
.
MissionBase
Создано системой
1.13.2