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

Protected Member Functions

override TStringArray GetVariablesIn ()
override array< stringGetVariablesOut ()
override void OnAbort (AIAgent owner, Node nodeCausingAbort)
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
override string GetNodeMiddleText ()

Static Protected Member Functions

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

Protected Attributes

bool m_bFailAfter
bool m_bWaitOnAbort
bool m_bIncrementOnAbort
string m_sDebugMessage

Static Protected Attributes

static const string PORT_VAR_IN = "Counter"
static const string PORT_VAR_OUT = "Out"
static ref TStringArray s_aVarsIn
static ref TStringArray s_aVarsOut

Detailed Description

Definition at line 2 of file SCR_AIDebugCounter.c.

Member Function Documentation

◆ CanReturnRunning()

bool SCR_AIDebugCounter::CanReturnRunning ( )
inlinestaticprotected

Definition at line 77 of file SCR_AIDebugCounter.c.

◆ EOnTaskSimulate()

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

Definition at line 52 of file SCR_AIDebugCounter.c.

◆ GetNodeMiddleText()

override string SCR_AIDebugCounter::GetNodeMiddleText ( )
inlineprotected

Definition at line 89 of file SCR_AIDebugCounter.c.

◆ GetOnHoverDescription()

override string SCR_AIDebugCounter::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 83 of file SCR_AIDebugCounter.c.

◆ GetVariablesIn()

override TStringArray SCR_AIDebugCounter::GetVariablesIn ( )
inlineprotected

Definition at line 23 of file SCR_AIDebugCounter.c.

◆ GetVariablesOut()

override array< string > SCR_AIDebugCounter::GetVariablesOut ( )
inlineprotected

Definition at line 32 of file SCR_AIDebugCounter.c.

◆ OnAbort()

override void SCR_AIDebugCounter::OnAbort ( AIAgent owner,
Node nodeCausingAbort )
inlineprotected

Definition at line 38 of file SCR_AIDebugCounter.c.

◆ VisibleInPalette()

override bool SCR_AIDebugCounter::VisibleInPalette ( )
inlinestaticprotected

Definition at line 71 of file SCR_AIDebugCounter.c.

Member Data Documentation

◆ m_bFailAfter

bool SCR_AIDebugCounter::m_bFailAfter
protected

Definition at line 5 of file SCR_AIDebugCounter.c.

◆ m_bIncrementOnAbort

bool SCR_AIDebugCounter::m_bIncrementOnAbort
protected

Definition at line 11 of file SCR_AIDebugCounter.c.

◆ m_bWaitOnAbort

bool SCR_AIDebugCounter::m_bWaitOnAbort
protected

Definition at line 8 of file SCR_AIDebugCounter.c.

◆ m_sDebugMessage

string SCR_AIDebugCounter::m_sDebugMessage
protected

Definition at line 14 of file SCR_AIDebugCounter.c.

◆ PORT_VAR_IN

const string SCR_AIDebugCounter::PORT_VAR_IN = "Counter"
staticprotected

Definition at line 16 of file SCR_AIDebugCounter.c.

◆ PORT_VAR_OUT

const string SCR_AIDebugCounter::PORT_VAR_OUT = "Out"
staticprotected

Definition at line 17 of file SCR_AIDebugCounter.c.

◆ s_aVarsIn

ref TStringArray SCR_AIDebugCounter::s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_VAR_IN

Definition at line 20 of file SCR_AIDebugCounter.c.

◆ s_aVarsOut

ref TStringArray SCR_AIDebugCounter::s_aVarsOut
staticprotected
Initial value:
= {
}
static const string PORT_VAR_OUT

Definition at line 29 of file SCR_AIDebugCounter.c.


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