Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
ui_cloaked.qc
Go to the documentation of this file.
1#include "ui_cloaked.qh"
2
4{
6 me.configureDialog(me);
7 return me;
8}
9
14
16{
17 return _("All players are almost invisible.");
18}
20{
21 bool can_enable = true;
22 if (is_already_enabled)
23 return can_enable && cvar(me.message);
24 return can_enable;
25}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
virtual void canEnable()
Definition ui_cloaked.qc:19
float cvar(string name)
entity Mutators_main_checkbox(entity me)
Definition mutatortab.qc:25
#define NEW(cname,...)
Definition oo.qh:120
#define METHOD(cname, name, prototype)
Definition oo.qh:274
entity makeXonoticMutatorCloakedTab()
Definition ui_cloaked.qc:3
void XonoticMutatorCloakedTab_fill(entity me)
Definition ui_cloaked.qc:10