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

Go to the source code of this file.

Classes

class  XonoticCrosshairPicker
 

Functions

entity makeXonoticCrosshairPicker ()
 

Function Documentation

◆ makeXonoticCrosshairPicker()

entity makeXonoticCrosshairPicker ( )

Definition at line 18 of file crosshairpicker.qc.

References entity(), and NEW.

19 {
20  entity me;
22  me.configureXonoticCrosshairPicker(me);
23  return me;
24 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function: