Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
bleedingsource.c
Go to the documentation of this file.
1
class
BleedingSourceEffect
:
EffectParticle
2
{
3
void
BleedingSourceEffect
()
4
{
5
SetParticleID(
ParticleList
.BLEEDING_SOURCE);
6
}
7
}
8
9
class
BleedingSourceEffectLight
:
EffectParticle
10
{
11
void
BleedingSourceEffectLight
()
12
{
13
SetParticleID(
ParticleList
.BLEEDING_SOURCE_LIGHT);
14
}
15
}
BleedingSourceEffect
Definition:
bleedingsource.c:1
EffectParticle
Wrapper class for managing particles through SEffectManager.
Definition:
effectparticle.c:4
ParticleList
Definition:
particlelist.c:11
BleedingSourceEffectLight
BleedingSourceEffect EffectParticle BleedingSourceEffectLight()
Definition:
bleedingsource.c:11
DAYZ
scripts_v1.24.157551
scripts
game
effects
effectparticle
bleedingsource.c
Generated by
1.8.17