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

Public Member Functions

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

ref TStringArray s_aVarsIn = {BASE_TARGET_PORT}
 
ref TStringArray s_aVarsOut
 

Static Protected Attributes

static const string BASE_TARGET_PORT = "BaseTarget"
 
static const string ENTITY_PORT = "Entity"
 
static const string LAST_SEEN_POSITION_PORT = "LastSeenPosition"
 
static const string TIME_SINCE_SEEN_PORT = "TimeSinceSeen"
 
static const string ENDANGERING_PORT = "IsEndangering"
 
- 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_AIGetBaseTargetProperties.EOnTaskSimulate ( AIAgent owner,
float dt )

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

Implements AITaskScripted.

◆ GetOnHoverDescription()

static override string SCR_AIGetBaseTargetProperties.GetOnHoverDescription ( )
static

Implements Node.

◆ GetVariablesIn()

override TStringArray SCR_AIGetBaseTargetProperties.GetVariablesIn ( )

Implements Node.

◆ GetVariablesOut()

override TStringArray SCR_AIGetBaseTargetProperties.GetVariablesOut ( )

Implements Node.

◆ VisibleInPalette()

static override bool SCR_AIGetBaseTargetProperties.VisibleInPalette ( )
static

Implements Node.

Member Data Documentation

◆ BASE_TARGET_PORT

const string SCR_AIGetBaseTargetProperties.BASE_TARGET_PORT = "BaseTarget"
staticprotected

◆ ENDANGERING_PORT

const string SCR_AIGetBaseTargetProperties.ENDANGERING_PORT = "IsEndangering"
staticprotected

◆ ENTITY_PORT

const string SCR_AIGetBaseTargetProperties.ENTITY_PORT = "Entity"
staticprotected

◆ LAST_SEEN_POSITION_PORT

const string SCR_AIGetBaseTargetProperties.LAST_SEEN_POSITION_PORT = "LastSeenPosition"
staticprotected

◆ s_aVarsIn

ref TStringArray SCR_AIGetBaseTargetProperties.s_aVarsIn = {BASE_TARGET_PORT}
protected

◆ s_aVarsOut

ref TStringArray SCR_AIGetBaseTargetProperties.s_aVarsOut
protected
Initial value:
= {
}
static const string ENDANGERING_PORT
Definition SCR_AIGetBaseTargetProperties.c:8
static const string ENTITY_PORT
Definition SCR_AIGetBaseTargetProperties.c:5
static const string LAST_SEEN_POSITION_PORT
Definition SCR_AIGetBaseTargetProperties.c:6
static const string TIME_SINCE_SEEN_PORT
Definition SCR_AIGetBaseTargetProperties.c:7

◆ TIME_SINCE_SEEN_PORT

const string SCR_AIGetBaseTargetProperties.TIME_SINCE_SEEN_PORT = "TimeSinceSeen"
staticprotected

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