DayZ Scripts
PC Stable Documentation
 
Loading...
Searching...
No Matches
LogTemplates Class Reference

Static Private Member Functions

static private void RegisterLogTamplate (LogTemplateID template_id, string author, string plugin, string label)
 
static void Init ()
 
static LogTemplate GetTemplate (LogTemplateID template_id)
 

Static Private Attributes

static private ref map< LogTemplateID, ref LogTemplatem_LogTemplates
 
static LogTemplateID TEMPLATE_UNKNOWN = 0
 
static LogTemplateID TEMPLATE_JANOSIK = 1
 
static LogTemplateID TEMPLATE_PLAYER_WEIGHT = 2
 
static LogTemplateID TEMPLATE_BROADCAST = 3
 

Member Function Documentation

◆ GetTemplate()

static LogTemplate GetTemplate ( LogTemplateID  template_id)
inlinestaticprivate

References Debug::Log(), m_LogTemplates, and ToString().

Referenced by LogError(), LogInfo(), and LogWarning().

◆ Init()

static void Init ( )
inlinestaticprivate

◆ RegisterLogTamplate()

static private void RegisterLogTamplate ( LogTemplateID  template_id,
string  author,
string  plugin,
string  label 
)
inlinestaticprivate

References Debug::Log(), m_LogTemplates, and ToString().

Referenced by Init().

Field Documentation

◆ m_LogTemplates

private ref map<LogTemplateID, ref LogTemplate> m_LogTemplates
staticprivate

Referenced by GetTemplate(), and RegisterLogTamplate().

◆ TEMPLATE_BROADCAST

LogTemplateID TEMPLATE_BROADCAST = 3
staticprivate

Referenced by Init().

◆ TEMPLATE_JANOSIK

LogTemplateID TEMPLATE_JANOSIK = 1
staticprivate

Referenced by Init().

◆ TEMPLATE_PLAYER_WEIGHT

LogTemplateID TEMPLATE_PLAYER_WEIGHT = 2
staticprivate

Referenced by Init().

◆ TEMPLATE_UNKNOWN

LogTemplateID TEMPLATE_UNKNOWN = 0
staticprivate

Referenced by Init().


The documentation for this class was generated from the following file: