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

Public Member Functions

override void OnEnter (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
 
override TStringArray GetVariablesIn ()
 
override TStringArray GetVariablesOut ()
 
- Public Member Functions inherited from AITaskScripted
void OnInit (AIAgent owner)
 
void OnAbort (AIAgent owner, Node nodeCausingAbort)
 
- 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 WAYPOINT_PORT = "Waypoint"
 
static const string ORIGIN_PORT = "Origin"
 
static const string RADIUS_PORT = "Radius"
 
static const string EXCLUSION_RADIUS_PORT = "ExclusionRadius"
 
static const string PORT_RESULT_VECTOR = "ResultVector"
 

Static Protected Member Functions

static override string GetOnHoverDescription ()
 
- Static Protected Member Functions inherited from Node
static bool CanReturnRunning ()
 

Protected Attributes

float m_Radius
 
float m_ExclusionRadius
 

Static Protected Attributes

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

Additional Inherited Members

- Protected Member Functions inherited from AITaskScripted
string GetNodeMiddleText ()
 

Member Function Documentation

◆ EOnTaskSimulate()

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

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

Implements AITaskScripted.

◆ GetOnHoverDescription()

static override string SCR_AIGetRandomPoint.GetOnHoverDescription ( )
staticprotected

Implements Node.

◆ GetVariablesIn()

override TStringArray SCR_AIGetRandomPoint.GetVariablesIn ( )

Implements Node.

◆ GetVariablesOut()

override TStringArray SCR_AIGetRandomPoint.GetVariablesOut ( )

Implements Node.

◆ OnEnter()

override void SCR_AIGetRandomPoint.OnEnter ( AIAgent owner)

Implements AITaskScripted.

◆ VisibleInPalette()

static override bool SCR_AIGetRandomPoint.VisibleInPalette ( )
static

Implements Node.

Member Data Documentation

◆ EXCLUSION_RADIUS_PORT

const string SCR_AIGetRandomPoint.EXCLUSION_RADIUS_PORT = "ExclusionRadius"
static

◆ m_ExclusionRadius

float SCR_AIGetRandomPoint.m_ExclusionRadius
protected

◆ m_Radius

float SCR_AIGetRandomPoint.m_Radius
protected

◆ ORIGIN_PORT

const string SCR_AIGetRandomPoint.ORIGIN_PORT = "Origin"
static

◆ PORT_RESULT_VECTOR

const string SCR_AIGetRandomPoint.PORT_RESULT_VECTOR = "ResultVector"
static

◆ RADIUS_PORT

const string SCR_AIGetRandomPoint.RADIUS_PORT = "Radius"
static

◆ s_aVarsIn

ref TStringArray SCR_AIGetRandomPoint.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string WAYPOINT_PORT
Definition SCR_AIDecoIsEnemyWithinRadius.c:3
static const string RADIUS_PORT
Definition SCR_AIGetRandomPoint.c:5
static const string ORIGIN_PORT
Definition SCR_AIGetRandomPoint.c:4

◆ s_aVarsOut

ref TStringArray SCR_AIGetRandomPoint.s_aVarsOut
staticprotected
Initial value:
= {
}
static const string PORT_RESULT_VECTOR
Definition SCR_AIGetPosForward.c:4

◆ WAYPOINT_PORT

const string SCR_AIGetRandomPoint.WAYPOINT_PORT = "Waypoint"
static

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