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

◆ OnGUI_Variables()

void OnGUI_Variables ( )

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

275 {
276 int varCount = m_EntityAnimDbg.GetVariableCount();
277 for (int i=0; i < varCount; i++)
278 {
280 DbgUI.Text(m_EntityAnimDbg.GetVariableName(i) + ": " + GetStrValue(i));
282 }
283 }
ref DayZCreatureAnimScriptDebug m_EntityAnimDbg
Определения PluginDayZCreatureAIDebug.c:84
string GetStrValue(int index)
Определения PluginDayZCreatureAIDebug.c:135
Определения DbgUI.c:60
static proto native void Text(string label)
static proto void BeginCleanupScope()
static proto native void EndCleanupScope()

Перекрестные ссылки DbgUI::BeginCleanupScope(), DbgUI::EndCleanupScope(), GetStrValue(), m_EntityAnimDbg и DbgUI::Text().

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