DayZ 1.24
Loading...
Searching...
No Matches
SmokeSimulation.c File Reference

Go to the source code of this file.

Classes

class  SmokeSimulation
 
class  SmokeSimulation_White
 
class  SmokeSimulation_Green
 

Functions

SmokeSimulation Managed SmokeSimulation_Black ()
 
void SmokeSimulation ()
 
void OnFire (Entity flare)
 
void ~SmokeSimulation ()
 
SmokeSimulation_White SmokeSimulation SmokeSimulation_Red ()
 
void SmokeSimulation_White ()
 

Variables

Particle m_ParMainSmoke
 
int particle_id
 

Function Documentation

◆ OnFire()

void SmokeSimulation_Black::OnFire ( Entity flare)
protected

Definition at line 35 of file SmokeSimulation.c.

◆ SmokeSimulation()

void SmokeSimulation_Black::SmokeSimulation ( )
protected

Definition at line 30 of file SmokeSimulation.c.

32{
void SmokeSimulation_White()

◆ SmokeSimulation_Black()

SmokeSimulation Managed SmokeSimulation_Black ( )

Definition at line 1 of file SmokeSimulation.c.

27 {
29 }
int particle_id
static const int GRENADE_M18_BLACK_LOOP

◆ SmokeSimulation_Red()

SmokeSimulation_White SmokeSimulation SmokeSimulation_Red ( )

Definition at line 1 of file SmokeSimulation.c.

41 {
43 }
static const int GRENADE_M18_RED_LOOP

◆ SmokeSimulation_White()

void SmokeSimulation_Red::SmokeSimulation_White ( )

Definition at line 41 of file SmokeSimulation.c.

References ParticleList::GRENADE_M18_RED_LOOP, and particle_id.

◆ ~SmokeSimulation()

void SmokeSimulation_Black::~SmokeSimulation ( )
protected

Variable Documentation

◆ m_ParMainSmoke

Particle m_ParMainSmoke
protected

Definition at line 27 of file SmokeSimulation.c.

◆ particle_id