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

Protected Member Functions

override array< stringGetVariablesIn ()
override array< stringGetVariablesOut ()
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)

Static Protected Member Functions

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

Protected Attributes

float m_fAngularRange
bool m_bReturnCircumference
bool m_bDebugMe

Static Protected Attributes

static ref TStringArray s_aVarsIn
static ref TStringArray s_aVarsOut

Detailed Description

Definition at line 1 of file SCR_AIGetRandomPointInCircularSector.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 52 of file SCR_AIGetRandomPointInCircularSector.c.

◆ GetOnHoverDescription()

override string SCR_AIGetRandomPointInCircularSector::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 137 of file SCR_AIGetRandomPointInCircularSector.c.

◆ GetVariablesIn()

override array< string > SCR_AIGetRandomPointInCircularSector::GetVariablesIn ( )
inlineprotected

Definition at line 35 of file SCR_AIGetRandomPointInCircularSector.c.

◆ GetVariablesOut()

override array< string > SCR_AIGetRandomPointInCircularSector::GetVariablesOut ( )
inlineprotected

Definition at line 46 of file SCR_AIGetRandomPointInCircularSector.c.

◆ VisibleInPalette()

override bool SCR_AIGetRandomPointInCircularSector::VisibleInPalette ( )
inlinestaticprotected

Definition at line 22 of file SCR_AIGetRandomPointInCircularSector.c.

Member Data Documentation

◆ m_bDebugMe

bool SCR_AIGetRandomPointInCircularSector::m_bDebugMe
protected

Definition at line 15 of file SCR_AIGetRandomPointInCircularSector.c.

◆ m_bReturnCircumference

bool SCR_AIGetRandomPointInCircularSector::m_bReturnCircumference
protected

Definition at line 12 of file SCR_AIGetRandomPointInCircularSector.c.

◆ m_fAngularRange

float SCR_AIGetRandomPointInCircularSector::m_fAngularRange
protected

Definition at line 9 of file SCR_AIGetRandomPointInCircularSector.c.

◆ s_aVarsIn

ref TStringArray SCR_AIGetRandomPointInCircularSector::s_aVarsIn
staticprotected
Initial value:
= {
ORIGIN_ENTITY_PORT,
SECTOR_AXIS_POINT_PORT,
RANGE_PORT
}

Definition at line 28 of file SCR_AIGetRandomPointInCircularSector.c.

◆ s_aVarsOut

ref TStringArray SCR_AIGetRandomPointInCircularSector::s_aVarsOut
staticprotected
Initial value:
= {
POSITION_OUT_PORT
}

Definition at line 41 of file SCR_AIGetRandomPointInCircularSector.c.


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