mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-02-16 17:21:04 +00:00
14 lines
894 B
Modula-2
14 lines
894 B
Modula-2
//=============================================================================
|
|
|
|
/*QUAKED target_debrisemitter (0 .7 .7) (-8 -8 -8) (8 8 8) DARK_DEBRIS
|
|
Emits debris with thick smoke trails when triggered.
|
|
-------- KEYS --------
|
|
targetname : activating trigger points to this.
|
|
count : The number of debris pieces to emit (default = 10).
|
|
notfree : when set to 1, entity will not spawn in "Free for all" and "Tournament" modes.
|
|
notteam : when set to 1, entity will not spawn in "Teamplay" and "CTF" modes.
|
|
notsingle : when set to 1, entity will not spawn in Single Player mode (bot play mode).
|
|
-------- SPAWNFLAGS --------
|
|
DARK_DEBRIS : The emitter will emit dark colored pieces of concrete debris instead of the lighter variant.
|
|
-------- NOTES --------
|
|
This entity can be used in combination with a func_breakable to create the illusion of the func_breakable exploding into bits.*/
|