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

Go to the source code of this file.

Classes

class  XonoticMutatorBloodLossTab

Functions

entity makeXonoticMutatorBloodLossTab ()

Function Documentation

◆ makeXonoticMutatorBloodLossTab()

entity makeXonoticMutatorBloodLossTab ( )

Definition at line 7 of file ui_bloodloss.qc.

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

References entity(), and NEW.