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_AIDecoAreVehiclesBurning Interface Reference
Inheritance diagram for SCR_AIDecoAreVehiclesBurning:
[legend]

Public Member Functions

override bool TestFunction (AIAgent owner)
 
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 bool VisibleInPalette ()
 
override TStringArray GetVariablesIn ()
 
override TStringArray GetVariablesOut ()
 

Static Protected Attributes

static ref TStringArray s_aVarsIn
 
static ref TStringArray s_aVarsOut
 

Member Function Documentation

◆ GetOnHoverDescription()

override string SCR_AIDecoAreVehiclesBurning.GetOnHoverDescription ( )

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

override bool SCR_AIDecoAreVehiclesBurning.VisibleInPalette ( )
protected

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: