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

Go to the source code of this file.

Classes

class  XonoticTextLabel

Functions

entity makeXonoticHeaderLabel (string theText)
entity makeXonoticTextLabel (float theAlign, string theText)

Function Documentation

◆ makeXonoticHeaderLabel()

entity makeXonoticHeaderLabel ( string theText)

◆ makeXonoticTextLabel()

entity makeXonoticTextLabel ( float theAlign,
string theText )

Definition at line 3 of file textlabel.qc.

4{
6 me.configureLabel(me, theText, me.fontSize, theAlign);
7 return me;
8}
#define NEW(cname,...)
Definition oo.qh:117