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

Protected Member Functions

override EVehicleInfoState GetState ()
 Can be overridden to get state of actual system or linked to an event.
override void SetIcon (string icon)
override void SetColor (EVehicleInfoState state, EVehicleInfoColor color)
override bool UpdateRequired (EVehicleInfoState state)
override bool DisplayStartDrawInit (IEntity owner)
override void DisplayInit (IEntity owner)
 Init the UI, runs 1x at the start of the game.

Protected Attributes

ref array< ref SCR_LightManagerInfoEntrym_aLights
BaseLightManagerComponent m_pLightManager
SCR_LightManagerInfoEntry m_pActiveLight
bool m_bActiveLightChanged

Detailed Description

Definition at line 17 of file SCR_LightManagerInfoMulti.c.

Member Function Documentation

◆ DisplayInit()

override void SCR_LightManagerInfoMulti::DisplayInit ( IEntity owner)
inlineprotected

Init the UI, runs 1x at the start of the game.

Definition at line 102 of file SCR_LightManagerInfoMulti.c.

◆ DisplayStartDrawInit()

override bool SCR_LightManagerInfoMulti::DisplayStartDrawInit ( IEntity owner)
inlineprotected

Definition at line 91 of file SCR_LightManagerInfoMulti.c.

◆ GetState()

override EVehicleInfoState SCR_LightManagerInfoMulti::GetState ( )
inlineprotected

Can be overridden to get state of actual system or linked to an event.

Definition at line 28 of file SCR_LightManagerInfoMulti.c.

◆ SetColor()

override void SCR_LightManagerInfoMulti::SetColor ( EVehicleInfoState state,
EVehicleInfoColor color )
inlineprotected

Definition at line 72 of file SCR_LightManagerInfoMulti.c.

◆ SetIcon()

override void SCR_LightManagerInfoMulti::SetIcon ( string icon)
inlineprotected

Definition at line 63 of file SCR_LightManagerInfoMulti.c.

◆ UpdateRequired()

override bool SCR_LightManagerInfoMulti::UpdateRequired ( EVehicleInfoState state)
inlineprotected

Definition at line 81 of file SCR_LightManagerInfoMulti.c.

Member Data Documentation

◆ m_aLights

ref array<ref SCR_LightManagerInfoEntry> SCR_LightManagerInfoMulti::m_aLights
protected

Definition at line 20 of file SCR_LightManagerInfoMulti.c.

◆ m_bActiveLightChanged

bool SCR_LightManagerInfoMulti::m_bActiveLightChanged
protected

Definition at line 24 of file SCR_LightManagerInfoMulti.c.

◆ m_pActiveLight

SCR_LightManagerInfoEntry SCR_LightManagerInfoMulti::m_pActiveLight
protected

Definition at line 23 of file SCR_LightManagerInfoMulti.c.

◆ m_pLightManager

BaseLightManagerComponent SCR_LightManagerInfoMulti::m_pLightManager
protected

Definition at line 22 of file SCR_LightManagerInfoMulti.c.


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