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

4{
5 entity me;
7 me.configureXonoticCrosshairPreview(me);
8 return me;
9}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticGameCrosshairSettingsTab_fill().