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

Protected Member Functions

override void OnInit (AIAgent owner)
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
ENodeResult ToggleMaxLOD (AIAgent owner)
override void OnAbort (AIAgent owner, Node nodeCausingAbort)
override TStringArray GetVariablesIn ()
override string GetNodeMiddleText ()

Static Protected Member Functions

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

Protected Attributes

bool m_bPreventMaxLOD
bool m_bPerformOnAbort
bool m_bAbortFinished

Static Protected Attributes

static ref TStringArray s_aVarsIn

Detailed Description

Definition at line 1 of file SCR_AIToggleMaxLOD.c.

Member Function Documentation

◆ CanReturnRunning()

override bool SCR_AIToggleMaxLOD::CanReturnRunning ( )
inlinestaticprotected

Definition at line 65 of file SCR_AIToggleMaxLOD.c.

◆ EOnTaskSimulate()

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

Definition at line 20 of file SCR_AIToggleMaxLOD.c.

◆ GetNodeMiddleText()

override string SCR_AIToggleMaxLOD::GetNodeMiddleText ( )
inlineprotected

Definition at line 77 of file SCR_AIToggleMaxLOD.c.

◆ GetOnHoverDescription()

override string SCR_AIToggleMaxLOD::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 88 of file SCR_AIToggleMaxLOD.c.

◆ GetVariablesIn()

override TStringArray SCR_AIToggleMaxLOD::GetVariablesIn ( )
inlineprotected

Definition at line 59 of file SCR_AIToggleMaxLOD.c.

◆ OnAbort()

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

Definition at line 44 of file SCR_AIToggleMaxLOD.c.

◆ OnInit()

override void SCR_AIToggleMaxLOD::OnInit ( AIAgent owner)
inlineprotected

Definition at line 14 of file SCR_AIToggleMaxLOD.c.

◆ ToggleMaxLOD()

ENodeResult SCR_AIToggleMaxLOD::ToggleMaxLOD ( AIAgent owner)
inlineprotected

Definition at line 28 of file SCR_AIToggleMaxLOD.c.

◆ VisibleInPalette()

override bool SCR_AIToggleMaxLOD::VisibleInPalette ( )
inlinestaticprotected

Definition at line 71 of file SCR_AIToggleMaxLOD.c.

Member Data Documentation

◆ m_bAbortFinished

bool SCR_AIToggleMaxLOD::m_bAbortFinished
protected

Definition at line 11 of file SCR_AIToggleMaxLOD.c.

◆ m_bPerformOnAbort

bool SCR_AIToggleMaxLOD::m_bPerformOnAbort
protected

Definition at line 9 of file SCR_AIToggleMaxLOD.c.

◆ m_bPreventMaxLOD

bool SCR_AIToggleMaxLOD::m_bPreventMaxLOD
protected

Definition at line 6 of file SCR_AIToggleMaxLOD.c.

◆ s_aVarsIn

ref TStringArray SCR_AIToggleMaxLOD::s_aVarsIn
staticprotected
Initial value:
= {
PORT_AGENT
}

Definition at line 54 of file SCR_AIToggleMaxLOD.c.


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