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

Public Member Functions

override void OnInit (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
 
override void OnAbort (AIAgent owner, Node nodeCausingAbort)
 
override TStringArray GetVariablesIn ()
 
override string GetNodeMiddleText ()
 
- Public Member Functions inherited from AITaskScripted
void OnEnter (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 CanReturnRunning ()
 
static override bool VisibleInPalette ()
 
static override string GetOnHoverDescription ()
 

Static Public Attributes

static const string PORT_AGENT = "AgentIn"
 

Protected Member Functions

ENodeResult ToggleMaxLOD (AIAgent owner)
 
- Protected Member Functions inherited from Node
TStringArray GetVariablesOut ()
 

Protected Attributes

bool m_bPreventMaxLOD
 
bool m_bPerformOnAbort
 
bool m_bAbortFinished
 

Static Protected Attributes

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

Member Function Documentation

◆ CanReturnRunning()

static override bool SCR_AIToggleMaxLOD.CanReturnRunning ( )
static

Implements Node.

◆ EOnTaskSimulate()

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

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

Implements AITaskScripted.

◆ GetNodeMiddleText()

override string SCR_AIToggleMaxLOD.GetNodeMiddleText ( )

Implements AITaskScripted.

◆ GetOnHoverDescription()

static override string SCR_AIToggleMaxLOD.GetOnHoverDescription ( )
static

Implements Node.

◆ GetVariablesIn()

override TStringArray SCR_AIToggleMaxLOD.GetVariablesIn ( )

Implements Node.

◆ OnAbort()

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

Implements AITaskScripted.

◆ OnInit()

override void SCR_AIToggleMaxLOD.OnInit ( AIAgent owner)

Implements AITaskScripted.

◆ ToggleMaxLOD()

ENodeResult SCR_AIToggleMaxLOD.ToggleMaxLOD ( AIAgent owner)
protected

◆ VisibleInPalette()

static override bool SCR_AIToggleMaxLOD.VisibleInPalette ( )
static

Implements Node.

Member Data Documentation

◆ m_bAbortFinished

bool SCR_AIToggleMaxLOD.m_bAbortFinished
protected

◆ m_bPerformOnAbort

bool SCR_AIToggleMaxLOD.m_bPerformOnAbort
protected

◆ m_bPreventMaxLOD

bool SCR_AIToggleMaxLOD.m_bPreventMaxLOD
protected

◆ PORT_AGENT

const string SCR_AIToggleMaxLOD.PORT_AGENT = "AgentIn"
static

◆ s_aVarsIn

ref TStringArray SCR_AIToggleMaxLOD.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_AGENT
Definition SCR_AIGetEmptyCompartment.c:5

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