Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIGetEntityPosition Interface Reference

Returns a position of entity with local space offset. More...

Inheritance diagram for SCR_AIGetEntityPosition:
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 TStringArray GetVariablesIn ()
 
override TStringArray GetVariablesOut ()
 
- 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

vector m_fOffsetLocal
 
vector m_fOffsetWorld
 

Static Protected Attributes

static const string ENTITY_PORT = "Entity"
 
static const string POSITION_PORT = "Position"
 
static ref TStringArray s_aVarsIn = { ENTITY_PORT }
 
static ref TStringArray s_aVarsOut = { POSITION_PORT }
 
- 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 ()
 

Detailed Description

Returns a position of entity with local space offset.

Member Function Documentation

◆ EOnTaskSimulate()

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

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

Implements AITaskScripted.

◆ GetOnHoverDescription()

static override string SCR_AIGetEntityPosition.GetOnHoverDescription ( )
static

Implements Node.

◆ GetVariablesIn()

override TStringArray SCR_AIGetEntityPosition.GetVariablesIn ( )

Implements Node.

◆ GetVariablesOut()

override TStringArray SCR_AIGetEntityPosition.GetVariablesOut ( )

Implements Node.

◆ VisibleInPalette()

static override bool SCR_AIGetEntityPosition.VisibleInPalette ( )
static

Implements Node.

Member Data Documentation

◆ ENTITY_PORT

const string SCR_AIGetEntityPosition.ENTITY_PORT = "Entity"
staticprotected

◆ m_fOffsetLocal

vector SCR_AIGetEntityPosition.m_fOffsetLocal
protected

◆ m_fOffsetWorld

vector SCR_AIGetEntityPosition.m_fOffsetWorld
protected

◆ POSITION_PORT

const string SCR_AIGetEntityPosition.POSITION_PORT = "Position"
staticprotected

◆ s_aVarsIn

ref TStringArray SCR_AIGetEntityPosition.s_aVarsIn = { ENTITY_PORT }
staticprotected

◆ s_aVarsOut

ref TStringArray SCR_AIGetEntityPosition.s_aVarsOut = { POSITION_PORT }
staticprotected

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