Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
bleedingsource.c
Go to the documentation of this file.
2 {
4  {
5  SetParticleID(ParticleList.BLEEDING_SOURCE);
6  }
7 }
8 
10 {
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