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

Protected Member Functions

override EVehicleInfoState GetState ()
 Can be overridden to get state of actual system or linked to an event.
override bool DisplayStartDrawInit (IEntity owner)
override void DisplayStopDraw (IEntity owner)
void OnLightStateChanged (bool state)
override void DisplayInit (IEntity owner)
 Init the UI, runs 1x at the start of the game.

Protected Attributes

ELightType m_eLightType
ELightType m_eSuppressedBy
int m_iLightSide
BaseLightManagerComponent m_LightManager
BaseLightSlot m_LightSlot
ref ScriptInvoker m_OnLightStateChanged
bool m_bIsLit = true
 Used for directional/hazard lights that blink.

Detailed Description

Definition at line 1 of file SCR_LightManagerInfo.c.

Member Function Documentation

◆ DisplayInit()

override void SCR_LightManagerInfo::DisplayInit ( IEntity owner)
inlineprotected

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

Definition at line 104 of file SCR_LightManagerInfo.c.

◆ DisplayStartDrawInit()

override bool SCR_LightManagerInfo::DisplayStartDrawInit ( IEntity owner)
inlineprotected

Definition at line 35 of file SCR_LightManagerInfo.c.

◆ DisplayStopDraw()

override void SCR_LightManagerInfo::DisplayStopDraw ( IEntity owner)
inlineprotected

Definition at line 82 of file SCR_LightManagerInfo.c.

◆ GetState()

override EVehicleInfoState SCR_LightManagerInfo::GetState ( )
inlineprotected

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

Definition at line 20 of file SCR_LightManagerInfo.c.

◆ OnLightStateChanged()

void SCR_LightManagerInfo::OnLightStateChanged ( bool state)
inlineprotected
Parameters
state

Definition at line 93 of file SCR_LightManagerInfo.c.

Member Data Documentation

◆ m_bIsLit

bool SCR_LightManagerInfo::m_bIsLit = true
protected

Used for directional/hazard lights that blink.

Definition at line 16 of file SCR_LightManagerInfo.c.

◆ m_eLightType

ELightType SCR_LightManagerInfo::m_eLightType
protected

Definition at line 4 of file SCR_LightManagerInfo.c.

◆ m_eSuppressedBy

ELightType SCR_LightManagerInfo::m_eSuppressedBy
protected

Definition at line 7 of file SCR_LightManagerInfo.c.

◆ m_iLightSide

int SCR_LightManagerInfo::m_iLightSide
protected

Definition at line 10 of file SCR_LightManagerInfo.c.

◆ m_LightManager

BaseLightManagerComponent SCR_LightManagerInfo::m_LightManager
protected

Definition at line 12 of file SCR_LightManagerInfo.c.

◆ m_LightSlot

BaseLightSlot SCR_LightManagerInfo::m_LightSlot
protected

Definition at line 13 of file SCR_LightManagerInfo.c.

◆ m_OnLightStateChanged

ref ScriptInvoker SCR_LightManagerInfo::m_OnLightStateChanged
protected

Definition at line 14 of file SCR_LightManagerInfo.c.


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