]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/func/pointparticles.qh
Merge branch 'master' into terencehill/min_spec_time
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / pointparticles.qh
1 #pragma once
2
3 // spawnflags
4 const int PARTICLES_IMPULSE = BIT(1);
5 const int PARTICLES_VISCULLING = BIT(2);
6
7 // sendflags
8 const int SF_POINTPARTICLES_IMPULSE = BIT(4);
9 const int SF_POINTPARTICLES_MOVING = BIT(5); // Send velocity and movedir
10 const int SF_POINTPARTICLES_JITTER_AND_COUNT = BIT(6); // Send waterlevel (=jitter) and count
11 const int SF_POINTPARTICLES_BOUNDS = BIT(7); // Send min and max of the brush