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

Go to the source code of this file.

Classes

class  XonoticPicker

Functions

entity makeXonoticPicker ()

Function Documentation

◆ makeXonoticPicker()

entity makeXonoticPicker ( )

Definition at line 5 of file picker.qc.

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

References entity(), and NEW.