Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sv_cloaked.qc
Go to the documentation of this file.
1#include "sv_cloaked.qh"
2
3//string autocvar_g_cloaked;
5
7
14
15MUTATOR_HOOKFUNCTION(cloaked, BuildMutatorsPrettyString)
16{
17 if (!g_cts) M_ARGV(0, string) = strcat(M_ARGV(0, string), ", Cloaked");
18}
#define REGISTER_MUTATOR(...)
Definition base.qh:295
#define MUTATOR_HOOKFUNCTION(...)
Definition base.qh:335
#define M_ARGV(x, type)
Definition events.qh:17
#define g_cts
Definition cts.qh:36
ERASEABLE bool expr_evaluate(string s)
Evaluate an expression of the form: [+ | -]?
Definition cvar.qh:48
const string cvar_string(string name)
strcat(_("^F4Countdown stopped!"), "\n^BG", _("Teams are too unbalanced."))
float autocvar_g_balance_cloaked_alpha
Definition sv_cloaked.qc:6
void SetDefaultAlpha()
Definition world.qc:105
float default_weapon_alpha
Definition world.qh:73
float default_player_alpha
Definition world.qh:72