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

Public Member Functions

override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
override TStringArray GetVariablesIn ()
 
override bool VisibleInPalette ()
 

Static Protected Attributes

static const string PORT_REQUEST = "Request"
 
static const string PORT_POSITION = "Position"
 
static const string PORT_IS_COVER = "IsCover"
 
static ref TStringArray s_aVarsIn
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetVariablesIn()

override TStringArray SCR_AICombatMoveRequest_Move_InvokeOnMovementStarted.GetVariablesIn ( )

◆ VisibleInPalette()

override bool SCR_AICombatMoveRequest_Move_InvokeOnMovementStarted.VisibleInPalette ( )

Member Data Documentation

◆ PORT_IS_COVER

const string SCR_AICombatMoveRequest_Move_InvokeOnMovementStarted.PORT_IS_COVER = "IsCover"
staticprotected

◆ PORT_POSITION

const string SCR_AICombatMoveRequest_Move_InvokeOnMovementStarted.PORT_POSITION = "Position"
staticprotected

◆ PORT_REQUEST

const string SCR_AICombatMoveRequest_Move_InvokeOnMovementStarted.PORT_REQUEST = "Request"
staticprotected

◆ s_aVarsIn

ref TStringArray SCR_AICombatMoveRequest_Move_InvokeOnMovementStarted.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_POSITION
Definition: SCR_AICombatMoveRequest_Move_InvokeOnMovementStarted.c:4
static const string PORT_IS_COVER
Definition: SCR_AICombatMoveRequest_Move_InvokeOnMovementStarted.c:5
static const string PORT_REQUEST
Definition: SCR_AICombatMoveRequest_Move_InvokeOnMovementStarted.c:3

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