We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7fac4 commit e28b3bbCopy full SHA for e28b3bb
1 file changed
code/particle/ParticleSource.h
@@ -18,19 +18,7 @@ struct weapon_info;
18
enum class WeaponState: uint32_t;
19
20
namespace particle {
21
-/**
22
- * The origin type
23
- */
24
-enum class SourceOriginType {
25
- NONE, //!< Invalid origin
26
- VECTOR, //!< World-space offset
27
- BEAM, //!< A beam
28
- OBJECT, //!< An object
29
- SUBOBJECT, //!< A subobject
30
- TURRET, //!< A turret
31
- PARTICLE //!< A particle
32
-};
33
-
+
34
class ParticleEffect;
35
struct particle_effect_tag {
36
};
0 commit comments