Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIDebugMessage Interface Reference

Public Member Functions

void SCR_AIDebugMessage (string message, EAIDebugMsgType type=EAIDebugMsgType.NONE, LogLevel logLevel=LogLevel.NORMAL)
 
string FormatMessage ()
 

Public Attributes

int m_Hours
 
int m_Minutes
 
int m_Seconds
 
int m_TimestampMs
 
EAIDebugMsgType m_Type
 
LogLevel m_LogLevel
 
string m_Message
 

Static Public Attributes

static const ref array< string > s_aAiDebugMsgTypeLabels
 

Constructor & Destructor Documentation

◆ SCR_AIDebugMessage()

void SCR_AIDebugMessage.SCR_AIDebugMessage ( string message,
EAIDebugMsgType type = EAIDebugMsgType::NONE,
LogLevel logLevel = LogLevel::NORMAL )

Member Function Documentation

◆ FormatMessage()

string SCR_AIDebugMessage.FormatMessage ( )

Member Data Documentation

◆ m_Hours

int SCR_AIDebugMessage.m_Hours

◆ m_LogLevel

LogLevel SCR_AIDebugMessage.m_LogLevel

◆ m_Message

string SCR_AIDebugMessage.m_Message

◆ m_Minutes

int SCR_AIDebugMessage.m_Minutes

◆ m_Seconds

int SCR_AIDebugMessage.m_Seconds

◆ m_TimestampMs

int SCR_AIDebugMessage.m_TimestampMs

◆ m_Type

EAIDebugMsgType SCR_AIDebugMessage.m_Type

◆ s_aAiDebugMsgTypeLabels

const ref array<string> SCR_AIDebugMessage.s_aAiDebugMsgTypeLabels
static
Initial value:
= {
"NONE ",
"UTIL ",
"MAIL ",
"COMBAT",
"INFO ",
"ACTION",
"THREAT",
"WEAPON",
"LOOK ",
"CLUSTR",
"REACT ",
"COMMS ",
"SETTIN"
}

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