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

References entity(), and NEW.

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