Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
SCR_AIDebugTask Interface Reference
Inheritance diagram for SCR_AIDebugTask:
[legend]

Public Member Functions

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

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()

override bool SCR_AIDebugTask.VisibleInPalette ( )

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: