Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_DebugLinePlugin Interface Reference
Inheritance diagram for SCR_DebugLinePlugin:

Public Member Functions

override void Run ()
 
override void Configure ()
 

Protected Member Functions

string GetDebugLine (notnull ScriptEditor scriptEditor)
 Get a formatted debug line.
 
bool ButtonClose ()
 

Static Protected Member Functions

static ParamEnumArray GetLogLevelEnumOptions ()
 

Protected Attributes

string m_sFormat
 
LogLevel m_eLogLevel
 
bool m_bIncludeParams
 

Member Function Documentation

◆ ButtonClose()

bool SCR_DebugLinePlugin.ButtonClose ( )
protected

◆ Configure()

override void SCR_DebugLinePlugin.Configure ( )

◆ GetDebugLine()

string SCR_DebugLinePlugin.GetDebugLine ( notnull ScriptEditor scriptEditor)
protected

Get a formatted debug line.

Parameters
[in]scriptEditor
Returns
the debug output ("Print(" + formatted text + ", " + logLevel + ");"

◆ GetLogLevelEnumOptions()

static ParamEnumArray SCR_DebugLinePlugin.GetLogLevelEnumOptions ( )
staticprotected
Returns
LogLevel ParamEnumArray, with a leading "no logLevel" value

◆ Run()

override void SCR_DebugLinePlugin.Run ( )

Member Data Documentation

◆ m_bIncludeParams

bool SCR_DebugLinePlugin.m_bIncludeParams
protected

◆ m_eLogLevel

LogLevel SCR_DebugLinePlugin.m_eLogLevel
protected

◆ m_sFormat

string SCR_DebugLinePlugin.m_sFormat
protected

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