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

Public Member Functions

override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 Scripted nodes are suposed to return SUCCESS, FAIL or RUNNING state.
 
override void OnInit (AIAgent owner)
 
override TStringArray GetVariablesOut ()
 
- Public Member Functions inherited from AITaskScripted
void OnEnter (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)
 

Public Attributes

SCR_AILookAction m_LookAction
 
SCR_AISectorThreatFilter m_ThreatFilter
 

Static Public Attributes

static const string PORT_LOOK = "bLook"
 
static const string PORT_CANCEL = "bCancel"
 
static const string PORT_RESTART = "bRestart"
 
static const string PORT_POSITION = "vPosition"
 
static const string PORT_DURATION = "vDuration"
 

Static Protected Member Functions

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

Static Protected Attributes

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 ()
 
- Protected Member Functions inherited from Node
TStringArray GetVariablesIn ()
 

Member Function Documentation

◆ EOnTaskSimulate()

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

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

Implements AITaskScripted.

◆ GetOnHoverDescription()

static override string SCR_AIGetLookParameters.GetOnHoverDescription ( )
staticprotected

Implements Node.

◆ GetVariablesOut()

override TStringArray SCR_AIGetLookParameters.GetVariablesOut ( )

Implements Node.

◆ OnInit()

override void SCR_AIGetLookParameters.OnInit ( AIAgent owner)

Implements AITaskScripted.

◆ VisibleInPalette()

static override bool SCR_AIGetLookParameters.VisibleInPalette ( )
staticprotected

Implements Node.

Member Data Documentation

◆ m_LookAction

SCR_AILookAction SCR_AIGetLookParameters.m_LookAction

◆ m_ThreatFilter

SCR_AISectorThreatFilter SCR_AIGetLookParameters.m_ThreatFilter

◆ PORT_CANCEL

const string SCR_AIGetLookParameters.PORT_CANCEL = "bCancel"
static

◆ PORT_DURATION

const string SCR_AIGetLookParameters.PORT_DURATION = "vDuration"
static

◆ PORT_LOOK

const string SCR_AIGetLookParameters.PORT_LOOK = "bLook"
static

◆ PORT_POSITION

const string SCR_AIGetLookParameters.PORT_POSITION = "vPosition"
static

◆ PORT_RESTART

const string SCR_AIGetLookParameters.PORT_RESTART = "bRestart"
static

◆ s_aVarsOut

ref TStringArray SCR_AIGetLookParameters.s_aVarsOut
staticprotected
Initial value:
= {
}
static const string PORT_DURATION
Definition SCR_AIGetAnimationScriptParameters.c:5
static const string PORT_POSITION
Definition SCR_AIGetAnimationScriptParameters.c:4
static const string PORT_RESTART
Definition SCR_AIGetLookParameters.c:5
static const string PORT_LOOK
Definition SCR_AIGetLookParameters.c:3
static const string PORT_CANCEL
Definition SCR_AIGetLookParameters.c:4

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