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

Public Member Functions

override TStringArray 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 override string GetOnHoverDescription ()
 

Protected Attributes

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
 
const float MIN_SPEED_MPS_SQ = 0.5 * 0.5
 
static ref TStringArray s_aVarsOut = { LOOK_AXIS_PORT, RANGE_PORT, IS_FREE_LOOK }
 
- Static Protected Attributes inherited from Node
static ref TStringArray m_aEmptyVars = {}
 

Additional Inherited Members

- Protected Member Functions inherited from AITaskScripted
string GetNodeMiddleText ()
 
- Protected Member Functions inherited from Node
TStringArray GetVariablesIn ()
 
- Static Protected Member Functions inherited from Node
static bool CanReturnRunning ()
 

Member Function Documentation

◆ EOnTaskSimulate()

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

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

Implements AITaskScripted.

◆ GetOnHoverDescription()

static override string SCR_AIGetAllowedLookRange.GetOnHoverDescription ( )
static

Implements Node.

◆ GetVariablesOut()

override TStringArray SCR_AIGetAllowedLookRange.GetVariablesOut ( )

Implements Node.

◆ VisibleInPalette()

static override bool SCR_AIGetAllowedLookRange.VisibleInPalette ( )
static

Implements Node.

Member Data Documentation

◆ FREE_LOOK_ANGLE

const float SCR_AIGetAllowedLookRange.FREE_LOOK_ANGLE = 30.0
staticprotected

◆ IS_FREE_LOOK

const string SCR_AIGetAllowedLookRange.IS_FREE_LOOK = "IsFreeLook"
staticprotected

◆ LOOK_AXIS_PORT

const string SCR_AIGetAllowedLookRange.LOOK_AXIS_PORT = "LookAxis"
staticprotected

◆ m_fDistance

float SCR_AIGetAllowedLookRange.m_fDistance
protected

◆ MIN_SPEED_MPS_SQ

const float SCR_AIGetAllowedLookRange.MIN_SPEED_MPS_SQ = 0.5 * 0.5
staticprotected

◆ MOVING_IN_VEHICLE_ANGLE

const float SCR_AIGetAllowedLookRange.MOVING_IN_VEHICLE_ANGLE = 15
staticprotected

◆ RANGE_PORT

const string SCR_AIGetAllowedLookRange.RANGE_PORT = "AngularRangeDeg"
staticprotected

◆ s_aVarsOut

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

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