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

Go to the source code of this file.

Classes

class  XonoticDamageTextSettings

Functions

entity makeXonoticDamageTextSettingsTab ()

Function Documentation

◆ makeXonoticDamageTextSettingsTab()

entity makeXonoticDamageTextSettingsTab ( )

Definition at line 11 of file ui_damagetext.qc.

12{
13 entity me;
15 me.configureDialog(me);
16 return me;
17}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.