DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
CreateDebugMonitor()
override void MissionBase::CreateDebugMonitor
(
)
inline
protected
См. определение в файле
missionGameplay.c
строка
1356
1357
{
1358
if
(!
m_DebugMonitor
)
1359
{
1360
m_DebugMonitor
=
new
DebugMonitor();
1361
m_DebugMonitor
.Init();
1362
}
1363
else
1364
m_DebugMonitor
.Show();
1365
1366
}
MissionBase::m_DebugMonitor
ref DebugMonitor m_DebugMonitor
Определения
missionGameplay.c:17
Перекрестные ссылки
m_DebugMonitor
.
MissionBase
Создано системой
1.13.2