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

19{
20 entity me;
22 me.configureXonoticCrosshairPicker(me);
23 return me;
24}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), and NEW.

Referenced by XonoticCrosshairPicker::cellDraw(), and XonoticGameCrosshairSettingsTab_fill().