DayZ
1.24
Loading...
Searching...
No Matches
MenuCarEngineSmoke.c
Go to the documentation of this file.
1
class
MenuCarEngineSmoke
:
EffectParticle
2
{
3
void
MenuCarEngineSmoke
()
4
{
5
SetParticleID
(
ParticleList
.
SMOKING_CAR_ENGINE
);
6
}
7
}
EffectParticle
Wrapper class for managing particles through SEffectManager.
Definition
EffectParticle.c:5
EffectParticle::SetParticleID
void SetParticleID(int id)
Sets the id of the particle to be used.
Definition
EffectParticle.c:290
MenuCarEngineSmoke
Definition
MenuCarEngineSmoke.c:2
MenuCarEngineSmoke::MenuCarEngineSmoke
void MenuCarEngineSmoke()
Definition
MenuCarEngineSmoke.c:3
ParticleList
Definition
ParticleList.c:12
ParticleList::SMOKING_CAR_ENGINE
static const int SMOKING_CAR_ENGINE
Definition
ParticleList.c:257
scripts
3_Game
Effects
EffectParticle
MenuCarEngineSmoke.c
Generated by
1.10.0