Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
ui_cloaked.qc File Reference
#include "ui_cloaked.qh"
Include dependency graph for ui_cloaked.qc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

entity makeXonoticMutatorCloakedTab ()
void XonoticMutatorCloakedTab_fill (entity me)

Function Documentation

◆ makeXonoticMutatorCloakedTab()

entity makeXonoticMutatorCloakedTab ( )

Definition at line 3 of file ui_cloaked.qc.

4{
6 me.configureDialog(me);
7 return me;
8}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:120

References entity(), and NEW.

◆ XonoticMutatorCloakedTab_fill()

void XonoticMutatorCloakedTab_fill ( entity me)

Definition at line 10 of file ui_cloaked.qc.

11{
13}
entity Mutators_main_checkbox(entity me)
Definition mutatortab.qc:25

References entity(), and Mutators_main_checkbox().