Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
Roadflare Class Reference
Inheritance diagram for Roadflare:
ItemBase

Protected Attributes

Particle m_ParInitialFire
 
Particle m_ParMainFire
 
Particle m_ParFinalFire
 
Particle m_ParJustSmoke
 
EffectSound m_BurningSound
 
EffectSound m_IgniteSound
 
ref Timer m_FinalSmokeTimer
 

Static Protected Attributes

const int INITIAL_BURNING_STATE_TIME = 5
 
const int FINAL_BURNING_STATE_TIME = 60
 
vector m_FlameLocalPos = "0 0.285 0"
 
int PARTICLE_INIT_FIRE = ParticleList.ROADFLARE_BURNING_INIT
 
int PARTICLE_MAIN_FIRE = ParticleList.ROADFLARE_BURNING_MAIN
 
int PARTICLE_FINAL_FIRE = ParticleList.ROADFLARE_BURNING_ENDING
 
int PARTICLE_FINAL_SMOKE = ParticleList.ROADFLARE_BURNING_SMOKE
 
const string BURNING_SOUND = "roadflareLoop_SoundSet"
 
const string IGNITE_SOUND = "roadflareTurnOn_SoundSet"
 
const int BURNING_NOISE_RANGE = 30
 

Detailed Description

Definition at line 24 of file roadflare.c.

Member Data Documentation

◆ BURNING_NOISE_RANGE

const int Roadflare::BURNING_NOISE_RANGE = 30
staticprotected

Definition at line 51 of file roadflare.c.

◆ BURNING_SOUND

const string Roadflare::BURNING_SOUND = "roadflareLoop_SoundSet"
staticprotected

Definition at line 49 of file roadflare.c.

◆ FINAL_BURNING_STATE_TIME

const int Roadflare::FINAL_BURNING_STATE_TIME = 60
staticprotected

Definition at line 28 of file roadflare.c.

◆ IGNITE_SOUND

const string Roadflare::IGNITE_SOUND = "roadflareTurnOn_SoundSet"
staticprotected

Definition at line 50 of file roadflare.c.

◆ INITIAL_BURNING_STATE_TIME

const int Roadflare::INITIAL_BURNING_STATE_TIME = 5
staticprotected

Definition at line 27 of file roadflare.c.

◆ m_BurningSound

EffectSound Roadflare::m_BurningSound
protected

Definition at line 47 of file roadflare.c.

◆ m_FinalSmokeTimer

ref Timer Roadflare::m_FinalSmokeTimer
protected

Definition at line 54 of file roadflare.c.

◆ m_FlameLocalPos

vector Roadflare::m_FlameLocalPos = "0 0.285 0"
staticprotected

Definition at line 29 of file roadflare.c.

◆ m_IgniteSound

EffectSound Roadflare::m_IgniteSound
protected

Definition at line 48 of file roadflare.c.

◆ m_ParFinalFire

Particle Roadflare::m_ParFinalFire
protected

Definition at line 38 of file roadflare.c.

◆ m_ParInitialFire

Particle Roadflare::m_ParInitialFire
protected

Definition at line 36 of file roadflare.c.

◆ m_ParJustSmoke

Particle Roadflare::m_ParJustSmoke
protected

Definition at line 39 of file roadflare.c.

◆ m_ParMainFire

Particle Roadflare::m_ParMainFire
protected

Definition at line 37 of file roadflare.c.

◆ PARTICLE_FINAL_FIRE

int Roadflare::PARTICLE_FINAL_FIRE = ParticleList.ROADFLARE_BURNING_ENDING
staticprotected

Definition at line 43 of file roadflare.c.

◆ PARTICLE_FINAL_SMOKE

int Roadflare::PARTICLE_FINAL_SMOKE = ParticleList.ROADFLARE_BURNING_SMOKE
staticprotected

Definition at line 44 of file roadflare.c.

◆ PARTICLE_INIT_FIRE

int Roadflare::PARTICLE_INIT_FIRE = ParticleList.ROADFLARE_BURNING_INIT
staticprotected

Definition at line 41 of file roadflare.c.

◆ PARTICLE_MAIN_FIRE

int Roadflare::PARTICLE_MAIN_FIRE = ParticleList.ROADFLARE_BURNING_MAIN
staticprotected

Definition at line 42 of file roadflare.c.


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