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

Public Member Functions

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

Static Public Member Functions

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

Static Public Attributes

static const string PORT_CENTER_OF_SEARCH = "OriginIn"
 
static const string PORT_RADIUS = "RadiusIn"
 
static const string PORT_SA_NUMBER = "SmartActionNumber"
 
static const string PORT_SA_FOUND = "SmartActionsFound"
 
static const string PORT_SA_TAGS = "SmartActionTags"
 

Protected Attributes

AISmartActionSystem m_AISmartActionSystem
 
SCR_AIGroup m_groupOwner
 

Static Protected Attributes

static ref TStringArray s_aVarsOut
 
static ref TStringArray s_aVarsIn
 
- Static Protected Attributes inherited from Node
static ref TStringArray m_aEmptyVars = {}
 

Additional Inherited Members

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

Member Function Documentation

◆ EOnTaskSimulate()

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

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

Implements AITaskScripted.

◆ GetOnHoverDescription()

static override string SCR_AIFindSmartActions.GetOnHoverDescription ( )
static

Implements Node.

◆ GetVariablesIn()

override TStringArray SCR_AIFindSmartActions.GetVariablesIn ( )

Implements Node.

◆ GetVariablesOut()

override TStringArray SCR_AIFindSmartActions.GetVariablesOut ( )

Implements Node.

◆ OnInit()

override void SCR_AIFindSmartActions.OnInit ( AIAgent owner)

Implements AITaskScripted.

◆ VisibleInPalette()

static override bool SCR_AIFindSmartActions.VisibleInPalette ( )
static

Implements Node.

Member Data Documentation

◆ m_AISmartActionSystem

AISmartActionSystem SCR_AIFindSmartActions.m_AISmartActionSystem
protected

◆ m_groupOwner

SCR_AIGroup SCR_AIFindSmartActions.m_groupOwner
protected

◆ PORT_CENTER_OF_SEARCH

const string SCR_AIFindSmartActions.PORT_CENTER_OF_SEARCH = "OriginIn"
static

◆ PORT_RADIUS

const string SCR_AIFindSmartActions.PORT_RADIUS = "RadiusIn"
static

◆ PORT_SA_FOUND

const string SCR_AIFindSmartActions.PORT_SA_FOUND = "SmartActionsFound"
static

◆ PORT_SA_NUMBER

const string SCR_AIFindSmartActions.PORT_SA_NUMBER = "SmartActionNumber"
static

◆ PORT_SA_TAGS

const string SCR_AIFindSmartActions.PORT_SA_TAGS = "SmartActionTags"
static

◆ s_aVarsIn

ref TStringArray SCR_AIFindSmartActions.s_aVarsIn
staticprotected
Initial value:
= {
}
const static string PORT_RADIUS
Definition SCR_AICreateBasicCoverQueryProps.c:8
static const string PORT_CENTER_OF_SEARCH
Definition SCR_AIFindAvailableVehicle.c:3
static const string PORT_SA_TAGS
Definition SCR_AIFindSmartActions.c:7

◆ s_aVarsOut

ref TStringArray SCR_AIFindSmartActions.s_aVarsOut
staticprotected
Initial value:
= {
}
static const string PORT_SA_NUMBER
Definition SCR_AIFindSmartActions.c:5
static const string PORT_SA_FOUND
Definition SCR_AIFindSmartActions.c:6

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