Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIDebugTask Class Reference
Inheritance diagram for SCR_AIDebugTask:
AITaskScripted SCR_AIPrintDebug SCR_AIVisualizeDebug

Protected Member Functions

override TStringArray GetVariablesIn ()
void PrintInternal (string in)
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
override string GetNodeMiddleText ()

Static Protected Member Functions

static override bool VisibleInPalette ()

Protected Attributes

bool m_bFailAfter

Static Protected Attributes

static const string PORT_DEBUG_MESSAGE = "DebugMessage"
static ref TStringArray s_aVarsIn

Detailed Description

Definition at line 2 of file SCR_AIDebugTask.c.

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AIDebugTask::EOnTaskSimulate ( AIAgent owner,
float dt )
inlineprotected

Definition at line 31 of file SCR_AIDebugTask.c.

◆ GetNodeMiddleText()

override string SCR_AIDebugTask::GetNodeMiddleText ( )
inlineprotected

Definition at line 54 of file SCR_AIDebugTask.c.

◆ GetVariablesIn()

override TStringArray SCR_AIDebugTask::GetVariablesIn ( )
inlineprotected

Definition at line 19 of file SCR_AIDebugTask.c.

◆ PrintInternal()

void SCR_AIDebugTask::PrintInternal ( string in)
inlineprotected

Definition at line 26 of file SCR_AIDebugTask.c.

◆ VisibleInPalette()

override bool SCR_AIDebugTask::VisibleInPalette ( )
inlinestaticprotected

Definition at line 48 of file SCR_AIDebugTask.c.

Member Data Documentation

◆ m_bFailAfter

bool SCR_AIDebugTask::m_bFailAfter
protected

Definition at line 11 of file SCR_AIDebugTask.c.

◆ PORT_DEBUG_MESSAGE

const string SCR_AIDebugTask::PORT_DEBUG_MESSAGE = "DebugMessage"
staticprotected

Definition at line 13 of file SCR_AIDebugTask.c.

◆ s_aVarsIn

ref TStringArray SCR_AIDebugTask::s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_DEBUG_MESSAGE

Definition at line 16 of file SCR_AIDebugTask.c.


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