Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AISetVehicleLights Class Reference
Inheritance diagram for SCR_AISetVehicleLights:
AITaskScripted

Protected Member Functions

override ENodeResult EOnTaskSimulate (AIAgent owner, float dt)
override TStringArray GetVariablesIn ()

Static Protected Member Functions

static override bool VisibleInPalette ()
static override string GetOnHoverDescription ()

Protected Attributes

IEntity m_vehicleEnt
ELightType m_eLightType
bool m_bEnabled

Static Protected Attributes

static ref TStringArray s_aVarsIn

Detailed Description

Definition at line 1 of file SCR_AISetVehicleLights.c.

Member Function Documentation

◆ EOnTaskSimulate()

override ENodeResult SCR_AISetVehicleLights::EOnTaskSimulate ( AIAgent owner,
float dt )
inlineprotected

Definition at line 11 of file SCR_AISetVehicleLights.c.

◆ GetOnHoverDescription()

override string SCR_AISetVehicleLights::GetOnHoverDescription ( )
inlinestaticprotected

Definition at line 46 of file SCR_AISetVehicleLights.c.

◆ GetVariablesIn()

override TStringArray SCR_AISetVehicleLights::GetVariablesIn ( )
inlineprotected

Definition at line 36 of file SCR_AISetVehicleLights.c.

◆ VisibleInPalette()

override bool SCR_AISetVehicleLights::VisibleInPalette ( )
inlinestaticprotected

Definition at line 41 of file SCR_AISetVehicleLights.c.

Member Data Documentation

◆ m_bEnabled

bool SCR_AISetVehicleLights::m_bEnabled
protected

Definition at line 9 of file SCR_AISetVehicleLights.c.

◆ m_eLightType

ELightType SCR_AISetVehicleLights::m_eLightType
protected

Definition at line 6 of file SCR_AISetVehicleLights.c.

◆ m_vehicleEnt

IEntity SCR_AISetVehicleLights::m_vehicleEnt
protected

Definition at line 3 of file SCR_AISetVehicleLights.c.

◆ s_aVarsIn

ref TStringArray SCR_AISetVehicleLights::s_aVarsIn
staticprotected
Initial value:
= {
"VehicleIn", "EnabledIn"
}

Definition at line 33 of file SCR_AISetVehicleLights.c.


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