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

Protected Member Functions

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

Static Protected Member Functions

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

Protected Attributes

const float MIN_SPEED_MPS_SQ = 0.5 * 0.5
float m_fDistance

Static Protected Attributes

static const string RANGE_PORT = "AngularRangeDeg"
static const string LOOK_AXIS_PORT = "LookAxis"
static const string IS_FREE_LOOK = "IsFreeLook"
static const float FREE_LOOK_ANGLE = 30.0
static const float MOVING_IN_VEHICLE_ANGLE = 15
static ref TStringArray s_aVarsOut = { LOOK_AXIS_PORT, RANGE_PORT, IS_FREE_LOOK }

Detailed Description

Definition at line 1 of file SCR_AIGetAllowedLookRange.c.

Member Function Documentation

◆ EOnTaskSimulate()

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

Definition at line 21 of file SCR_AIGetAllowedLookRange.c.

◆ GetOnHoverDescription()

override string SCR_AIGetAllowedLookRange::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 90 of file SCR_AIGetAllowedLookRange.c.

◆ GetVariablesOut()

override TStringArray SCR_AIGetAllowedLookRange::GetVariablesOut ( )
inlineprotected

Definition at line 18 of file SCR_AIGetAllowedLookRange.c.

◆ VisibleInPalette()

override bool SCR_AIGetAllowedLookRange::VisibleInPalette ( )
inlinestaticprotected

Definition at line 87 of file SCR_AIGetAllowedLookRange.c.

Member Data Documentation

◆ FREE_LOOK_ANGLE

const float SCR_AIGetAllowedLookRange::FREE_LOOK_ANGLE = 30.0
staticprotected

Definition at line 6 of file SCR_AIGetAllowedLookRange.c.

◆ IS_FREE_LOOK

const string SCR_AIGetAllowedLookRange::IS_FREE_LOOK = "IsFreeLook"
staticprotected

Definition at line 5 of file SCR_AIGetAllowedLookRange.c.

◆ LOOK_AXIS_PORT

const string SCR_AIGetAllowedLookRange::LOOK_AXIS_PORT = "LookAxis"
staticprotected

Definition at line 4 of file SCR_AIGetAllowedLookRange.c.

◆ m_fDistance

float SCR_AIGetAllowedLookRange::m_fDistance
protected

Definition at line 13 of file SCR_AIGetAllowedLookRange.c.

◆ MIN_SPEED_MPS_SQ

const float SCR_AIGetAllowedLookRange::MIN_SPEED_MPS_SQ = 0.5 * 0.5
protected

Definition at line 10 of file SCR_AIGetAllowedLookRange.c.

◆ MOVING_IN_VEHICLE_ANGLE

const float SCR_AIGetAllowedLookRange::MOVING_IN_VEHICLE_ANGLE = 15
staticprotected

Definition at line 7 of file SCR_AIGetAllowedLookRange.c.

◆ RANGE_PORT

const string SCR_AIGetAllowedLookRange::RANGE_PORT = "AngularRangeDeg"
staticprotected

Definition at line 3 of file SCR_AIGetAllowedLookRange.c.

◆ s_aVarsOut

ref TStringArray SCR_AIGetAllowedLookRange::s_aVarsOut = { LOOK_AXIS_PORT, RANGE_PORT, IS_FREE_LOOK }
staticprotected

Definition at line 17 of file SCR_AIGetAllowedLookRange.c.


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