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

Public Member Functions

override TStringArray GetVariablesIn ()
 
override TStringArray GetVariablesOut ()
 

Static Public Attributes

static const string PORT_ENTITY = "EntityWithSplineIn"
 
static const string PORT_POSITION = "PositionOut"
 

Protected Member Functions

override void OnInit (AIAgent owner)
 
override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
 
override bool VisibleInPalette ()
 
override string GetOnHoverDescription ()
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 
static ref TStringArray s_aVarsOut
 

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AIGetSplinePoint.EOnTaskSimulate ( AIAgent  owner,
float  dt 
)
protected

◆ GetOnHoverDescription()

override string SCR_AIGetSplinePoint.GetOnHoverDescription ( )
protected

◆ GetVariablesIn()

override TStringArray SCR_AIGetSplinePoint.GetVariablesIn ( )

◆ GetVariablesOut()

override TStringArray SCR_AIGetSplinePoint.GetVariablesOut ( )

◆ OnInit()

override void SCR_AIGetSplinePoint.OnInit ( AIAgent  owner)
protected

◆ VisibleInPalette()

override bool SCR_AIGetSplinePoint.VisibleInPalette ( )
protected

Member Data Documentation

◆ PORT_ENTITY

const string SCR_AIGetSplinePoint.PORT_ENTITY = "EntityWithSplineIn"
static

◆ PORT_POSITION

const string SCR_AIGetSplinePoint.PORT_POSITION = "PositionOut"
static

◆ s_aVarsIn

ref TStringArray SCR_AIGetSplinePoint.s_aVarsIn
staticprotected
Initial value:
= {
}
static const string PORT_ENTITY
Definition: SCR_AIGetSplinePoint.c:3

◆ s_aVarsOut

ref TStringArray SCR_AIGetSplinePoint.s_aVarsOut
staticprotected
Initial value:
= {
}
static const string PORT_POSITION
Definition: SCR_AIGetSplinePoint.c:4

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