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

Public Member Functions

override TStringArray GetVariablesIn ()
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
 
override string GetNodeMiddleText ()
 
- Public Member Functions inherited from AITaskScripted
void OnEnter (AIAgent owner)
 
void OnInit (AIAgent owner)
 
void OnAbort (AIAgent owner, Node nodeCausingAbort)
 
- Public Member Functions inherited from Node
proto external int GetNodeID ()
 
proto external TypeName GetVariableType (bool inputPort, string name)
 
proto bool GetVariableIn (string name, out void val)
 
proto void SetVariableOut (string name, void val)
 
proto void ClearVariable (string name)
 
proto void GetCallstackStr (out string val)
 
proto void GetParentTreeName (out string val)
 

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 Member Functions inherited from Node
TStringArray GetVariablesOut ()
 

Protected Attributes

bool m_bFailAfter
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 
- Static Protected Attributes inherited from Node
static ref TStringArray m_aEmptyVars = {}
 

Additional Inherited Members

- Static Protected Member Functions inherited from Node
static string GetOnHoverDescription ()
 
static bool CanReturnRunning ()
 

Member Function Documentation

◆ EOnTaskSimulate()

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

Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.

Implements AITaskScripted.

Implemented in SCR_AIPrintDebug.

◆ GetNodeMiddleText()

override string SCR_AIDebugTask.GetNodeMiddleText ( )

Implements AITaskScripted.

◆ GetVariablesIn()

override TStringArray SCR_AIDebugTask.GetVariablesIn ( )

Implements Node.

◆ PrintInternal()

void SCR_AIDebugTask.PrintInternal ( string in)
protected

Implemented in SCR_AIPrintDebug, and SCR_AIVisualizeDebug.

◆ VisibleInPalette()

static override bool SCR_AIDebugTask.VisibleInPalette ( )
static

Implements Node.

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: