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

Public Member Functions

override bool TestFunction (AIAgent owner)
 

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 ()
 

Static Protected Member Functions

static override bool VisibleInPalette ()
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 
static ref TStringArray s_aVarsOut
 

Member Function Documentation

◆ GetOnHoverDescription()

static override string SCR_AIDecoAreVehiclesBurning.GetOnHoverDescription ( )
static

◆ GetVariablesIn()

override TStringArray SCR_AIDecoAreVehiclesBurning.GetVariablesIn ( )
protected

◆ GetVariablesOut()

override TStringArray SCR_AIDecoAreVehiclesBurning.GetVariablesOut ( )
protected

◆ ReturnVariables()

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

◆ TestFunction()

override bool SCR_AIDecoAreVehiclesBurning.TestFunction ( AIAgent owner)

◆ VisibleInPalette()

static override bool SCR_AIDecoAreVehiclesBurning.VisibleInPalette ( )
staticprotected

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: