DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CreateDebugMonitor()
override void MissionBase::CreateDebugMonitor
(
)
inline
protected
См. определение в файле
missionGameplay.c
строка
1371
1372
{
1373
if
(!
m_DebugMonitor
)
1374
{
1375
m_DebugMonitor
=
new
DebugMonitor();
1376
m_DebugMonitor
.Init();
1377
}
1378
else
1379
m_DebugMonitor
.Show();
1380
1381
}
MissionBase::m_DebugMonitor
ref DebugMonitor m_DebugMonitor
Определения
missionGameplay.c:17
Перекрестные ссылки
m_DebugMonitor
.
MissionBase
Создано системой
1.13.2