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

Protected Member Functions

override void OnEnter (AIAgent owner)
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
override TStringArray GetVariablesIn ()
override TStringArray GetVariablesOut ()

Static Protected Member Functions

static override bool VisibleInPalette ()
string GetOnHoverDescription ()

Protected Attributes

float m_Radius
float m_ExclusionRadius

Static Protected Attributes

static ref TStringArray s_aVarsIn
static ref TStringArray s_aVarsOut

Detailed Description

Definition at line 1 of file SCR_AIGetRandomPoint.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 30 of file SCR_AIGetRandomPoint.c.

◆ GetOnHoverDescription()

string SCR_AIGetRandomPoint::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 79 of file SCR_AIGetRandomPoint.c.

◆ GetVariablesIn()

override TStringArray SCR_AIGetRandomPoint::GetVariablesIn ( )
inlineprotected

Definition at line 90 of file SCR_AIGetRandomPoint.c.

◆ GetVariablesOut()

override TStringArray SCR_AIGetRandomPoint::GetVariablesOut ( )
inlineprotected

Definition at line 99 of file SCR_AIGetRandomPoint.c.

◆ OnEnter()

override void SCR_AIGetRandomPoint::OnEnter ( AIAgent owner)
inlineprotected

Definition at line 16 of file SCR_AIGetRandomPoint.c.

◆ VisibleInPalette()

override bool SCR_AIGetRandomPoint::VisibleInPalette ( )
inlinestaticprotected

Definition at line 73 of file SCR_AIGetRandomPoint.c.

Member Data Documentation

◆ m_ExclusionRadius

float SCR_AIGetRandomPoint::m_ExclusionRadius
protected

Definition at line 13 of file SCR_AIGetRandomPoint.c.

◆ m_Radius

float SCR_AIGetRandomPoint::m_Radius
protected

Definition at line 10 of file SCR_AIGetRandomPoint.c.

◆ s_aVarsIn

ref TStringArray SCR_AIGetRandomPoint::s_aVarsIn
staticprotected
Initial value:
= {
WAYPOINT_PORT,
ORIGIN_PORT,
RADIUS_PORT
}

Definition at line 85 of file SCR_AIGetRandomPoint.c.

◆ s_aVarsOut

ref TStringArray SCR_AIGetRandomPoint::s_aVarsOut
staticprotected
Initial value:
= {
PORT_RESULT_VECTOR
}

Definition at line 96 of file SCR_AIGetRandomPoint.c.


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