Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_LampComponent.c File Reference

Go to the source code of this file.

Classes

class  SCR_LampComponentClass

Functions

override void ToggleLight (bool turnOn, bool skipTransition=false, bool playSound=true)
void TurnOn ()
void TurnOff ()
 Remove every particle associed with this effect.
override bool RplLoad (ScriptBitReader reader)
override void OnDelete (IEntity owner)

Variables

SCR_LampComponentClass m_pFireParticle
SCR_BaseInteractiveLightComponentClass m_ComponentData

Function Documentation

◆ OnDelete()

override void OnDelete ( IEntity owner)
protected

Definition at line 96 of file SCR_LampComponent.c.

◆ RplLoad()

override bool RplLoad ( ScriptBitReader reader)
protected

Definition at line 85 of file SCR_LampComponent.c.

◆ ToggleLight()

override void ToggleLight ( bool turnOn,
bool skipTransition = false,
bool playSound = true )
protected

Definition at line 31 of file SCR_LampComponent.c.

◆ TurnOn()

void TurnOn ( )
protected

Definition at line 54 of file SCR_LampComponent.c.

Variable Documentation

◆ m_ComponentData

SCR_BaseInteractiveLightComponentClass m_ComponentData
protected

Definition at line 28 of file SCR_LampComponent.c.

◆ m_pFireParticle

SCR_LampComponentClass m_pFireParticle