class LogTemplatesSource
Members 5
static private ref map<LogTemplateID, ref LogTemplate> m_LogTemplatesstatic LogTemplateID TEMPLATE_UNKNOWN = 0Referenced by Init()
static LogTemplateID TEMPLATE_JANOSIK = 1Referenced by Init()
static LogTemplateID TEMPLATE_PLAYER_WEIGHT = 2Referenced by Init()
static LogTemplateID TEMPLATE_BROADCAST = 3Referenced by Init()
Methods 3
static private void RegisterLogTamplate(LogTemplateID template_id, string author, string plugin, string label)References map.Contains(), Debug.Log(), new LogTemplate()
Show 3 more
, map.Set(), string.ToString(), and m_LogTemplatesReferenced by Init()
static void Init()References RegisterLogTamplate(), TEMPLATE_BROADCAST, TEMPLATE_JANOSIK
Show 2 more
, TEMPLATE_PLAYER_WEIGHT, and TEMPLATE_UNKNOWNstatic LogTemplate GetTemplate(LogTemplateID template_id)References map.Contains(), map.Get(), Debug.Log()