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

Go to the source code of this file.

Classes

class  XonoticCrosshairPreview
 

Functions

entity makeXonoticCrosshairPreview ()
 

Function Documentation

◆ makeXonoticCrosshairPreview()

entity makeXonoticCrosshairPreview ( )

Definition at line 3 of file crosshairpreview.qc.

References entity(), and NEW.

4 {
5  entity me;
7  me.configureXonoticCrosshairPreview(me);
8  return me;
9 }
#define NEW(cname,...)
Definition: oo.qh:105
entity() spawn
+ Here is the call graph for this function: