Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
SCR_AIGetRandomPoint Interface Reference
Inheritance diagram for SCR_AIGetRandomPoint:
[legend]

Public Member Functions

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

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"
 

Protected Member Functions

override string GetOnHoverDescription ()
 

Protected Attributes

float m_Radius
 
float m_ExclusionRadius
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 
static ref TStringArray s_aVarsOut
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetOnHoverDescription()

override string SCR_AIGetRandomPoint.GetOnHoverDescription ( )
protected

◆ GetVariablesIn()

override TStringArray SCR_AIGetRandomPoint.GetVariablesIn ( )

◆ GetVariablesOut()

override TStringArray SCR_AIGetRandomPoint.GetVariablesOut ( )

◆ OnEnter()

override void SCR_AIGetRandomPoint.OnEnter ( AIAgent  owner)

◆ VisibleInPalette()

override bool SCR_AIGetRandomPoint.VisibleInPalette ( )

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 RADIUS_PORT
Definition: SCR_AIGetRandomPoint.c:5
static const string WAYPOINT_PORT
Definition: SCR_AIGetRandomPoint.c:3
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_AIGetRandomPoint.c:7

◆ WAYPOINT_PORT

const string SCR_AIGetRandomPoint.WAYPOINT_PORT = "Waypoint"
static

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