Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_FireplaceComponent.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_FireplaceComponentClass
 

Functions

override void ToggleLight (bool turnOn, bool skipTransition=false, bool playSound=true)
 
void TurnOn ()
 
void TurnOff ()
 Remove every particle associed with this effect. More...
 
override void OnPostInit (IEntity owner)
 Called on PostInit when all components are added. More...
 
override void EOnVisible (IEntity owner, int frameNumber)
 
override bool RplLoad (ScriptBitReader reader)
 
override void OnDelete (IEntity owner)
 

Variables

SCR_FireplaceComponentClass m_pFireParticle
 
protected SCR_BaseInteractiveLightComponentClass m_ComponentData
 
protected IEntity m_DecalEntity
 
protected float m_fTimer
 
protected float m_fCompDataLV
 

Function Documentation

◆ EOnVisible()

override void EOnVisible ( IEntity  owner,
int  frameNumber 
)

Definition at line 124 of file SCR_FireplaceComponent.c.

◆ RplLoad()

override bool RplLoad ( ScriptBitReader  reader)

Definition at line 164 of file SCR_FireplaceComponent.c.

◆ ToggleLight()

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

Definition at line 38 of file SCR_FireplaceComponent.c.

◆ TurnOn()

void TurnOn ( )

Definition at line 61 of file SCR_FireplaceComponent.c.

Variable Documentation

◆ m_ComponentData

protected SCR_BaseInteractiveLightComponentClass m_ComponentData

Definition at line 28 of file SCR_FireplaceComponent.c.

◆ m_DecalEntity

protected IEntity m_DecalEntity

Definition at line 29 of file SCR_FireplaceComponent.c.

◆ m_fCompDataLV

protected float m_fCompDataLV

Definition at line 31 of file SCR_FireplaceComponent.c.

◆ m_fTimer

protected float m_fTimer

Definition at line 30 of file SCR_FireplaceComponent.c.

◆ m_pFireParticle

SCR_FireplaceComponentClass m_pFireParticle