Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Static Protected Attributes | List of all members
SCR_AIGetLookParameters Interface Reference
Inheritance diagram for SCR_AIGetLookParameters:
[legend]

Public Member Functions

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

Public Attributes

SCR_AILookAction m_LookAction
 

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"
 

Protected Member Functions

override bool VisibleInPalette ()
 
override string GetOnHoverDescription ()
 

Static Protected Attributes

static ref TStringArray s_aVarsOut
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetOnHoverDescription()

override string SCR_AIGetLookParameters.GetOnHoverDescription ( )
protected

◆ GetVariablesOut()

override TStringArray SCR_AIGetLookParameters.GetVariablesOut ( )

◆ OnInit()

override void SCR_AIGetLookParameters.OnInit ( AIAgent  owner)

◆ VisibleInPalette()

override bool SCR_AIGetLookParameters.VisibleInPalette ( )
protected

Member Data Documentation

◆ m_LookAction

SCR_AILookAction SCR_AIGetLookParameters.m_LookAction

◆ 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_RESTART
Definition: SCR_AIGetLookParameters.c:5
static const string PORT_DURATION
Definition: SCR_AIGetLookParameters.c:7
static const string PORT_POSITION
Definition: SCR_AIGetLookParameters.c:6
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: