|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "secret.qh"Go to the source code of this file.
Functions | |
| spawnfunc (trigger_secret) | |
| void | trigger_secret_touch (entity this, entity toucher) |
| A secret has been found (maybe :P) | |
| spawnfunc | ( | trigger_secret | ) |
Definition at line 55 of file secret.qc.
References delay, EXACTTRIGGER_INIT, message, noise, precache_sound(), secrets_total, settouch, SND, sounds, strzone(), and trigger_secret_touch().
A secret has been found (maybe :P)
Definition at line 15 of file secret.qc.
References entity(), EXACTTRIGGER_TOUCH, func_null(), IS_PLAYER, secrets_found, settouch, SUB_UseTargets(), and toucher.
Referenced by spawnfunc().