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

◆ CheckShowMode()

void CheckShowMode ( )

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

118 {
119 int actMenuValue = DiagMenu.GetEngineValue(DayZCreatureAIConstants.DEBUG_SHOWDEBUGPLUGIN);
120 if (actMenuValue != m_iDebugMenu)
121 {
122 SetDebugShowMode(actMenuValue);
123 m_iDebugMenu = actMenuValue;
124 }
125 }
DayZCreatureAIConstants
Определения DayZCreatureAI.c:2
void SetDebugShowMode(int mode)
Определения PluginDayZCreatureAIDebug.c:565
class DayZCreatureAnimScriptDebug m_iDebugMenu
Определения EnDebug.c:233
static proto int GetEngineValue(int id)
Get value at the given engine id.

Перекрестные ссылки DiagMenu::GetEngineValue(), m_iDebugMenu и SetDebugShowMode().

Используется в OnUpdate().