Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIDecoVectorDistance Interface Reference
Inheritance diagram for SCR_AIDecoVectorDistance:
DecoratorScripted Decorator Node

Public Member Functions

override TStringArray GetVariablesIn ()
 
override bool TestFunction (AIAgent owner)
 
- 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 string GetOnHoverDescription ()
 

Protected Attributes

float m_fDistanceThreshold
 

Static Protected Attributes

static const string PORT_VECTOR_0 = "Vector0"
 
static const string PORT_VECTOR_1 = "Vector1"
 
static const string PORT_DISTANCE_THRESHOLD = "Threshold"
 
static ref TStringArray s_aVarsIn
 
- Static Protected Attributes inherited from Node
static ref TStringArray m_aEmptyVars = {}
 

Additional Inherited Members

- Protected Member Functions inherited from DecoratorScripted
void OnInit (AIAgent owner)
 
string GetNodeMiddleText ()
 
- Protected Member Functions inherited from Node
TStringArray GetVariablesOut ()
 
- Static Protected Member Functions inherited from DecoratorScripted
static override bool VisibleInPalette ()
 
- Static Protected Member Functions inherited from Node
static bool CanReturnRunning ()
 

Member Function Documentation

◆ GetOnHoverDescription()

static override string SCR_AIDecoVectorDistance.GetOnHoverDescription ( )
static

Implements DecoratorScripted.

◆ GetVariablesIn()

override TStringArray SCR_AIDecoVectorDistance.GetVariablesIn ( )

Implements Node.

◆ TestFunction()

override bool SCR_AIDecoVectorDistance.TestFunction ( AIAgent owner)

Implements DecoratorScripted.

Member Data Documentation

◆ m_fDistanceThreshold

float SCR_AIDecoVectorDistance.m_fDistanceThreshold
protected

◆ PORT_DISTANCE_THRESHOLD

const string SCR_AIDecoVectorDistance.PORT_DISTANCE_THRESHOLD = "Threshold"
staticprotected

◆ PORT_VECTOR_0

const string SCR_AIDecoVectorDistance.PORT_VECTOR_0 = "Vector0"
staticprotected

◆ PORT_VECTOR_1

const string SCR_AIDecoVectorDistance.PORT_VECTOR_1 = "Vector1"
staticprotected

◆ s_aVarsIn

ref TStringArray SCR_AIDecoVectorDistance.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_VECTOR_0
Definition SCR_AIDecoVectorDistance.c:3
static const string PORT_VECTOR_1
Definition SCR_AIDecoVectorDistance.c:4
static const string PORT_DISTANCE_THRESHOLD
Definition SCR_AIDecoVectorDistance.c:5

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