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

Go to the source code of this file.

Classes

class  XonoticMutatorPowerupsTab

Functions

entity makeXonoticMutatorPowerupsTab ()

Function Documentation

◆ makeXonoticMutatorPowerupsTab()

entity makeXonoticMutatorPowerupsTab ( )

Definition at line 9 of file ui_powerups.qc.

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

References entity(), and NEW.