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

Public Member Functions

override TStringArray GetVariablesOut ()
 
- 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 Attributes

static const string PORT_WAYPOINT_OUT = "OutWaypoint"
 

Protected Member Functions

override bool TestFunction (AIAgent owner)
 
- Protected Member Functions inherited from DecoratorScripted
void OnInit (AIAgent owner)
 
string GetNodeMiddleText ()
 
- Protected Member Functions inherited from Node
TStringArray GetVariablesIn ()
 

Static Protected Member Functions

static override bool VisibleInPalette ()
 
static override string GetOnHoverDescription ()
 
- Static Protected Member Functions inherited from Node
static bool CanReturnRunning ()
 

Static Protected Attributes

static ref TStringArray s_aVarsOut
 
- Static Protected Attributes inherited from Node
static ref TStringArray m_aEmptyVars = {}
 

Member Function Documentation

◆ GetOnHoverDescription()

static override string SCR_AIDecoOnWaypointChanged.GetOnHoverDescription ( )
staticprotected

Implements DecoratorScripted.

◆ GetVariablesOut()

override TStringArray SCR_AIDecoOnWaypointChanged.GetVariablesOut ( )

Implements Node.

◆ TestFunction()

override bool SCR_AIDecoOnWaypointChanged.TestFunction ( AIAgent owner)
protected

Implements DecoratorScripted.

◆ VisibleInPalette()

static override bool SCR_AIDecoOnWaypointChanged.VisibleInPalette ( )
staticprotected

Implements DecoratorScripted.

Member Data Documentation

◆ PORT_WAYPOINT_OUT

const string SCR_AIDecoOnWaypointChanged.PORT_WAYPOINT_OUT = "OutWaypoint"
static

◆ s_aVarsOut

ref TStringArray SCR_AIDecoOnWaypointChanged.s_aVarsOut
staticprotected
Initial value:
= {
}
static const string PORT_WAYPOINT_OUT
Definition SCR_AIDecoOnWaypointChanged.c:3

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