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

Public Member Functions

override array< string > GetVariablesIn ()
 
override array< string > GetVariablesOut ()
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
 
- Public Member Functions inherited from AITaskScripted
void OnEnter (AIAgent owner)
 
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 ORIGIN_ENTITY_PORT = "OriginEntity"
 
static const string SECTOR_AXIS_POINT_PORT = "SectorAxisPoint"
 
static const string RANGE_PORT = "AngularRange"
 
static const string POSITION_OUT_PORT = "PositionOut"
 

Static Protected Member Functions

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

Protected Attributes

float m_fAngularRange
 
bool m_bReturnCircumference
 
bool m_bDebugMe
 
ref array< ref Shape > m_aShapes = {}
 

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_AIGetRandomPointInCircularSector.EOnTaskSimulate ( AIAgent owner,
float dt )

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

Implements AITaskScripted.

◆ GetOnHoverDescription()

static override string SCR_AIGetRandomPointInCircularSector.GetOnHoverDescription ( )
staticprotected

Implements Node.

◆ GetVariablesIn()

override array< string > SCR_AIGetRandomPointInCircularSector.GetVariablesIn ( )

Implements Node.

◆ GetVariablesOut()

override array< string > SCR_AIGetRandomPointInCircularSector.GetVariablesOut ( )

Implements Node.

◆ VisibleInPalette()

static override bool SCR_AIGetRandomPointInCircularSector.VisibleInPalette ( )
static

Implements Node.

Member Data Documentation

◆ m_aShapes

ref array<ref Shape> SCR_AIGetRandomPointInCircularSector.m_aShapes = {}
protected

◆ m_bDebugMe

bool SCR_AIGetRandomPointInCircularSector.m_bDebugMe
protected

◆ m_bReturnCircumference

bool SCR_AIGetRandomPointInCircularSector.m_bReturnCircumference
protected

◆ m_fAngularRange

float SCR_AIGetRandomPointInCircularSector.m_fAngularRange
protected

◆ ORIGIN_ENTITY_PORT

const string SCR_AIGetRandomPointInCircularSector.ORIGIN_ENTITY_PORT = "OriginEntity"
static

◆ POSITION_OUT_PORT

const string SCR_AIGetRandomPointInCircularSector.POSITION_OUT_PORT = "PositionOut"
static

◆ RANGE_PORT

const string SCR_AIGetRandomPointInCircularSector.RANGE_PORT = "AngularRange"
static

◆ s_aVarsIn

ref TStringArray SCR_AIGetRandomPointInCircularSector.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string SECTOR_AXIS_POINT_PORT
Definition SCR_AIGetRandomPointInCircularSector.c:4
static const string ORIGIN_ENTITY_PORT
Definition SCR_AIGetRandomPointInCircularSector.c:3
static const string RANGE_PORT
Definition SCR_AIGetRandomPointInCircularSector.c:5

◆ s_aVarsOut

ref TStringArray SCR_AIGetRandomPointInCircularSector.s_aVarsOut
staticprotected
Initial value:
= {
}
static const string POSITION_OUT_PORT
Definition SCR_AIGetRandomPointInCircularSector.c:6

◆ SECTOR_AXIS_POINT_PORT

const string SCR_AIGetRandomPointInCircularSector.SECTOR_AXIS_POINT_PORT = "SectorAxisPoint"
static

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