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

Public Member Functions

override bool TestFunction (AIAgent owner)
 
- 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 Member Functions

static override string GetOnHoverDescription ()
 

Static Public Attributes

static const string VEHICLE_PORT = "InEntity"
 
static const string BURNING_VEHICLE_PORT = "BurningVehicleOut"
 

Protected Member Functions

bool ReturnVariables (bool isVehicleBurning, IEntity vehicle)
 
override TStringArray GetVariablesIn ()
 
override TStringArray GetVariablesOut ()
 
- Protected Member Functions inherited from DecoratorScripted
void OnInit (AIAgent owner)
 
string GetNodeMiddleText ()
 

Static Protected Member Functions

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

Static Protected Attributes

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

Member Function Documentation

◆ GetOnHoverDescription()

static override string SCR_AIDecoAreVehiclesBurning.GetOnHoverDescription ( )
static

Implements DecoratorScripted.

◆ GetVariablesIn()

override TStringArray SCR_AIDecoAreVehiclesBurning.GetVariablesIn ( )
protected

Implements Node.

◆ GetVariablesOut()

override TStringArray SCR_AIDecoAreVehiclesBurning.GetVariablesOut ( )
protected

Implements Node.

◆ ReturnVariables()

bool SCR_AIDecoAreVehiclesBurning.ReturnVariables ( bool isVehicleBurning,
IEntity vehicle )
protected

◆ TestFunction()

override bool SCR_AIDecoAreVehiclesBurning.TestFunction ( AIAgent owner)

Implements DecoratorScripted.

◆ VisibleInPalette()

static override bool SCR_AIDecoAreVehiclesBurning.VisibleInPalette ( )
staticprotected

Implements DecoratorScripted.

Member Data Documentation

◆ BURNING_VEHICLE_PORT

const string SCR_AIDecoAreVehiclesBurning.BURNING_VEHICLE_PORT = "BurningVehicleOut"
static

◆ s_aVarsIn

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

◆ s_aVarsOut

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

◆ VEHICLE_PORT

const string SCR_AIDecoAreVehiclesBurning.VEHICLE_PORT = "InEntity"
static

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