Xonotic
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.

References entity(), and NEW.

Referenced by XonoticServerToSTab_fill().

5 {
6  entity me;
7  me = NEW(XonoticTextBox);
8  me.configureXonoticListBox(me);
9  return me;
10 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function:
+ Here is the caller graph for this function: