|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include <common/mutators/mutator/nades/nades.qh>Go to the source code of this file.
Classes | |
| class | DarknessNade |
Functions | |
| void | nade_darkness_boom (entity this) |
Definition at line 71 of file darkness.qc.
References angles, autocvar_g_nades_darkness_explode, autocvar_g_nades_darkness_time, colormap, entity(), glowmod, MOVETYPE_TOSS, nade_darkness_think(), nade_lifetime, nade_timer_think(), origin, owner, realowner, set_movetype(), setmodel, setthink, team, time, and timer.
Referenced by nade_boom().
| bool autocvar_g_nades_darkness |
Definition at line 6 of file darkness.qh.
Referenced by nades_CheckTypes().
| bool autocvar_g_nades_darkness_explode |
Definition at line 7 of file darkness.qh.
Referenced by nade_darkness_boom(), and nade_darkness_think().
| bool autocvar_g_nades_darkness_teamcheck |
Definition at line 8 of file darkness.qh.
Referenced by nade_darkness_think().
| float autocvar_g_nades_darkness_time |
Definition at line 9 of file darkness.qh.
Referenced by nade_darkness_boom().
| const int PROJECTILE_NADE_DARKNESS = 90 |
Definition at line 14 of file darkness.qh.
Referenced by REGISTER_NADE().
| const int PROJECTILE_NADE_DARKNESS_BURN = 91 |
Definition at line 15 of file darkness.qh.
Referenced by REGISTER_NADE().