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

◆ GetTemplate()

static LogTemplate LogTemplates::GetTemplate ( LogTemplateID template_id)
inlinestaticprivate

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

53 {
54 if ( m_LogTemplates && m_LogTemplates.Contains(template_id) )
55 {
56 return m_LogTemplates.Get(template_id);
57 }
58
59 Debug.Log("Template ID: "+string.ToString(template_id)+" does not exist!", "LogTemplate.h -> GetTemplate()", "System", "Get Log Template", "None");
60 return NULL;
61 }
proto string ToString()
void Debug()
Определения UniversalTemperatureSource.c:349
ref map< LogTemplateID, ref LogTemplate > m_LogTemplates
Определения LogTemplates.c:9

Перекрестные ссылки Debug::Log(), m_LogTemplates и ToString().

Используется в LogError(), LogInfo() и LogWarning().