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

Public Member Functions

override TStringArray GetVariablesIn ()
 
override array< string > GetVariablesOut ()
 
override void OnAbort (AIAgent owner, Node nodeCausingAbort)
 
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)
 
- 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_VAR_IN = "Counter"
 
static const string PORT_VAR_OUT = "Out"
 

Static Protected Member Functions

static override bool CanReturnRunning ()
 
static override string GetOnHoverDescription ()
 

Protected Attributes

bool m_bFailAfter
 
bool m_bWaitOnAbort
 
bool m_bIncrementOnAbort
 
string m_sDebugMessage
 

Static Protected Attributes

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

Member Function Documentation

◆ CanReturnRunning()

static override bool SCR_AIDebugCounter.CanReturnRunning ( )
staticprotected

Implements Node.

◆ EOnTaskSimulate()

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

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

Implements AITaskScripted.

◆ GetNodeMiddleText()

override string SCR_AIDebugCounter.GetNodeMiddleText ( )

Implements AITaskScripted.

◆ GetOnHoverDescription()

static override string SCR_AIDebugCounter.GetOnHoverDescription ( )
staticprotected

Implements Node.

◆ GetVariablesIn()

override TStringArray SCR_AIDebugCounter.GetVariablesIn ( )

Implements Node.

◆ GetVariablesOut()

override array< string > SCR_AIDebugCounter.GetVariablesOut ( )

Implements Node.

◆ OnAbort()

override void SCR_AIDebugCounter.OnAbort ( AIAgent owner,
Node nodeCausingAbort )

Implements AITaskScripted.

◆ VisibleInPalette()

static override bool SCR_AIDebugCounter.VisibleInPalette ( )
static

Implements Node.

Member Data Documentation

◆ m_bFailAfter

bool SCR_AIDebugCounter.m_bFailAfter
protected

◆ m_bIncrementOnAbort

bool SCR_AIDebugCounter.m_bIncrementOnAbort
protected

◆ m_bWaitOnAbort

bool SCR_AIDebugCounter.m_bWaitOnAbort
protected

◆ m_sDebugMessage

string SCR_AIDebugCounter.m_sDebugMessage
protected

◆ PORT_VAR_IN

const string SCR_AIDebugCounter.PORT_VAR_IN = "Counter"
static

◆ PORT_VAR_OUT

const string SCR_AIDebugCounter.PORT_VAR_OUT = "Out"
static

◆ s_aVarsIn

ref TStringArray SCR_AIDebugCounter.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_VAR_IN
Definition SCR_AIDebugCounter.c:16

◆ s_aVarsOut

ref TStringArray SCR_AIDebugCounter.s_aVarsOut
staticprotected
Initial value:
= {
}
static const string PORT_VAR_OUT
Definition SCR_AIDebugCounter.c:17

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