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

◆ Init()

static void Log::Init ( )
staticprivate

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

112{
113 LogTemplate log_template = LogTemplates.GetTemplate(template_id);
114
115 Debug.LogWarning(message, log_template.param2, log_template.param1, log_template.param3);
116}
117
Param3< string, string, string > LogTemplate
Определения LogTemplates.c:1
static void LogWarning(string message=LOG_DEFAULT, string plugin=LOG_DEFAULT, string author=LOG_DEFAULT, string label=LOG_DEFAULT, string entity=LOG_DEFAULT)
Prints debug message as warning message.
Определения Debug.c:230
Определения Debug.c:2
static LogTemplate GetTemplate(LogTemplateID template_id)
Определения LogTemplates.c:52
Определения LogTemplates.c:8