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

Public Member Functions

override TStringArray GetVariablesIn ()
 
override string GetOnHoverDescription ()
 
override bool TestFunction (AIAgent owner)
 

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
 

Member Function Documentation

◆ GetOnHoverDescription()

override string SCR_AIDecoVectorDistance.GetOnHoverDescription ( )

◆ GetVariablesIn()

override TStringArray SCR_AIDecoVectorDistance.GetVariablesIn ( )

◆ TestFunction()

override bool SCR_AIDecoVectorDistance.TestFunction ( AIAgent  owner)

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: