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

Go to the source code of this file.

Classes

class  XonoticTextBox

Functions

entity makeXonoticTextBox ()

Function Documentation

◆ makeXonoticTextBox()

entity makeXonoticTextBox ( )

Definition at line 4 of file textbox.qc.

5{
6 entity me;
8 me.configureXonoticListBox(me);
9 return me;
10}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticServerToSTab_fill(), XonoticToSDialog_fill(), and XonoticWelcomeDialog_fill().