Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_AIGetRandomLookPosition Interface Reference
Inheritance diagram for SCR_AIGetRandomLookPosition:

Public Member Functions

override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
override TStringArray GetVariablesOut ()
 
override TStringArray GetVariablesIn ()
 
override string GetNodeMiddleText ()
 

Static Public Member Functions

static override string GetOnHoverDescription ()
 
static override bool VisibleInPalette ()
 

Protected Attributes

float m_fTangent
 

Static Protected Attributes

static const string PORT_IN_POS = "InPos"
 
static const string PORT_OUT_POS = "OutPos"
 
static ref TStringArray s_aVarsOut = { PORT_OUT_POS }
 
static ref TStringArray s_aVarsIn = { PORT_IN_POS }
 

Member Function Documentation

◆ EOnTaskSimulate()

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

◆ GetNodeMiddleText()

override string SCR_AIGetRandomLookPosition.GetNodeMiddleText ( )

◆ GetOnHoverDescription()

static override string SCR_AIGetRandomLookPosition.GetOnHoverDescription ( )
static

◆ GetVariablesIn()

override TStringArray SCR_AIGetRandomLookPosition.GetVariablesIn ( )

◆ GetVariablesOut()

override TStringArray SCR_AIGetRandomLookPosition.GetVariablesOut ( )

◆ VisibleInPalette()

static override bool SCR_AIGetRandomLookPosition.VisibleInPalette ( )
static

Member Data Documentation

◆ m_fTangent

float SCR_AIGetRandomLookPosition.m_fTangent
protected

◆ PORT_IN_POS

const string SCR_AIGetRandomLookPosition.PORT_IN_POS = "InPos"
staticprotected

◆ PORT_OUT_POS

const string SCR_AIGetRandomLookPosition.PORT_OUT_POS = "OutPos"
staticprotected

◆ s_aVarsIn

ref TStringArray SCR_AIGetRandomLookPosition.s_aVarsIn = { PORT_IN_POS }
staticprotected

◆ s_aVarsOut

ref TStringArray SCR_AIGetRandomLookPosition.s_aVarsOut = { PORT_OUT_POS }
staticprotected

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