Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIDebugTask Interface Reference
Inheritance diagram for SCR_AIDebugTask:
SCR_AIPrintDebug SCR_AIVisualizeDebug

Public Member Functions

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

Static Public Member Functions

static override bool VisibleInPalette ()
 

Static Public Attributes

static const string PORT_DEBUG_MESSAGE = "DebugMessage"
 

Protected Member Functions

void PrintInternal (string in)
 

Protected Attributes

bool m_bFailAfter
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AIDebugTask.EOnTaskSimulate ( AIAgent owner,
float dt )

Implemented in SCR_AIPrintDebug.

◆ GetNodeMiddleText()

override string SCR_AIDebugTask.GetNodeMiddleText ( )

◆ GetVariablesIn()

override TStringArray SCR_AIDebugTask.GetVariablesIn ( )

◆ PrintInternal()

void SCR_AIDebugTask.PrintInternal ( string in)
protected

Implemented in SCR_AIPrintDebug, and SCR_AIVisualizeDebug.

◆ VisibleInPalette()

static override bool SCR_AIDebugTask.VisibleInPalette ( )
static

Implemented in SCR_AIPrintDebug, and SCR_AIVisualizeDebug.

Member Data Documentation

◆ m_bFailAfter

bool SCR_AIDebugTask.m_bFailAfter
protected

◆ PORT_DEBUG_MESSAGE

const string SCR_AIDebugTask.PORT_DEBUG_MESSAGE = "DebugMessage"
static

◆ s_aVarsIn

ref TStringArray SCR_AIDebugTask.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_DEBUG_MESSAGE
Definition SCR_AIDebugTask.c:13

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