diff options
author | Tim Angus <tim@ngus.net> | 2003-10-12 01:20:50 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-10-12 01:20:50 +0000 |
commit | 62b02963091831dbd7fb21800e36841680d63e98 (patch) | |
tree | d557ed06a6e41120c11fcd0ffe2e5ad96a1db869 /entities.def | |
parent | a5c56eb6cf0c0f8e3ec88f68861d79b6a0586b79 (diff) |
* Added misc_particle_system entity
* Fixed depth sorting to sort in the correct direction
* Particle system PVS garbage collection improved
* cent validity is now computed before adding cents to scene
Diffstat (limited to 'entities.def')
-rw-r--r-- | entities.def | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/entities.def b/entities.def index 03ba5228..56c3b056 100644 --- a/entities.def +++ b/entities.def @@ -905,6 +905,20 @@ Triggering this entity toggles it. //============================================================================= +/*QUAKED misc_particle_system (1 .5 .25) (-16 -16 -16) (16 16 16) SPAWN_DISABLED +A particle system entity. + +-------- KEYS -------- +psName: The name of the particle system to spawn at this entity. + +-------- SPAWNFLAGS -------- +SPAWN_DISABLED: Spawn disabled. + +-------- NOTES -------- +Triggering this entity toggles it on and off. +*/ + +//============================================================================= /*QUAKED misc_light_flare (.65 .65 1) (-8 -8 -8) (8 8 8) SPAWN_DISABLED A light flare entity. |