Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
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.

33{
34 entity me;
35 me = NEW(XonoticCharmap);
36 me.configureXonoticCharmap(me, controlledInputBox);
37 return me;
38}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticFirstRunDialog_fill(), and XonoticProfileTab_fill().