|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "crosshairpicker.qh"Go to the source code of this file.
Functions | |
| string | crosshairpicker_cellToCrosshair (entity me, vector cell) |
| vector | crosshairpicker_crosshairToCell (entity me, string crosshair_str) |
| entity | makeXonoticCrosshairPicker () |
| void | XonoticCrosshairPicker_cellDraw (entity me, vector cell, vector cellPos) |
| bool | XonoticCrosshairPicker_cellIsValid (entity me, vector cell) |
| void | XonoticCrosshairPicker_cellSelect (entity me, vector cell) |
| void | XonoticCrosshairPicker_configureXonoticCrosshairPicker (entity me) |
Definition at line 3 of file crosshairpicker.qc.
References entity(), ftos(), and vector.
Referenced by XonoticCrosshairPicker_cellDraw(), XonoticCrosshairPicker_cellIsValid(), and XonoticCrosshairPicker_cellSelect().
Definition at line 10 of file crosshairpicker.qc.
References entity(), eX, eY, floor(), mod(), stof(), and vector.
Referenced by XonoticCrosshairPicker_configureXonoticCrosshairPicker().
| entity makeXonoticCrosshairPicker | ( | ) |
Definition at line 18 of file crosshairpicker.qc.
Referenced by XonoticCrosshairPicker::cellDraw(), and XonoticGameCrosshairSettingsTab_fill().
Definition at line 49 of file crosshairpicker.qc.
References crosshairpicker_cellToCrosshair(), cvar(), draw_Picture(), draw_PictureSize(), entity(), globalToBoxSize(), strcat(), and vector.
Definition at line 42 of file crosshairpicker.qc.
References crosshairpicker_cellToCrosshair(), entity(), and vector.
Definition at line 36 of file crosshairpicker.qc.
References crosshairpicker_cellToCrosshair(), cvar_set(), entity(), SUPER, and vector.
Definition at line 26 of file crosshairpicker.qc.
References crosshairpicker_crosshairToCell(), cvar_string(), draw_PreloadPicture(), entity(), ftos(), strcat(), and SUPER.