Xonotic
charmap.qh File Reference
#include "picker.qh"
+ Include dependency graph for charmap.qh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticCharmap
 

Functions

entity makeXonoticCharmap (entity controlledInputBox)
 

Function Documentation

◆ makeXonoticCharmap()

entity makeXonoticCharmap ( entity  controlledInputBox)

Definition at line 32 of file charmap.qc.

References entity(), and NEW.

33 {
34  entity me;
35  me = NEW(XonoticCharmap);
36  me.configureXonoticCharmap(me, controlledInputBox);
37  return me;
38 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function: