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

Go to the source code of this file.

Classes

class  XonoticMutatorBuffsTab

Functions

entity makeXonoticMutatorBuffsTab ()

Function Documentation

◆ makeXonoticMutatorBuffsTab()

entity makeXonoticMutatorBuffsTab ( )

Definition at line 8 of file ui_buffs.qc.

9{
11 me.configureDialog(me);
12 return me;
13}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:120

References entity(), and NEW.