Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIDecoVectorDistance Class Reference
Inheritance diagram for SCR_AIDecoVectorDistance:
DecoratorScripted

Protected Member Functions

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

Static Protected 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

Detailed Description

Definition at line 1 of file SCR_AIDecoVectorDistance.c.

Member Function Documentation

◆ GetOnHoverDescription()

override string SCR_AIDecoVectorDistance::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 17 of file SCR_AIDecoVectorDistance.c.

◆ GetVariablesIn()

override TStringArray SCR_AIDecoVectorDistance::GetVariablesIn ( )
inlineprotected

Definition at line 12 of file SCR_AIDecoVectorDistance.c.

◆ TestFunction()

override bool SCR_AIDecoVectorDistance::TestFunction ( AIAgent owner)
inlineprotected

Definition at line 19 of file SCR_AIDecoVectorDistance.c.

Member Data Documentation

◆ m_fDistanceThreshold

float SCR_AIDecoVectorDistance::m_fDistanceThreshold
protected

Definition at line 15 of file SCR_AIDecoVectorDistance.c.

◆ PORT_DISTANCE_THRESHOLD

const string SCR_AIDecoVectorDistance::PORT_DISTANCE_THRESHOLD = "Threshold"
staticprotected

Definition at line 5 of file SCR_AIDecoVectorDistance.c.

◆ PORT_VECTOR_0

const string SCR_AIDecoVectorDistance::PORT_VECTOR_0 = "Vector0"
staticprotected

Definition at line 3 of file SCR_AIDecoVectorDistance.c.

◆ PORT_VECTOR_1

const string SCR_AIDecoVectorDistance::PORT_VECTOR_1 = "Vector1"
staticprotected

Definition at line 4 of file SCR_AIDecoVectorDistance.c.

◆ s_aVarsIn

ref TStringArray SCR_AIDecoVectorDistance::s_aVarsIn
staticprotected
Initial value:

Definition at line 7 of file SCR_AIDecoVectorDistance.c.


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