|
Xonotic
|
#include "crosshairpicker.qh"
Include dependency graph for crosshairpicker.qc:
This graph shows which files directly or indirectly include this file: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 ftos().
Referenced by XonoticCrosshairPicker_cellDraw(), XonoticCrosshairPicker_cellIsValid(), and XonoticCrosshairPicker_cellSelect().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 10 of file crosshairpicker.qc.
References eX, eY, floor(), mod(), and stof().
Referenced by XonoticCrosshairPicker_configureXonoticCrosshairPicker().
Here is the call graph for this function:
Here is the caller graph for this function:| entity makeXonoticCrosshairPicker | ( | ) |
Definition at line 18 of file crosshairpicker.qc.
Here is the call graph for this function:Definition at line 45 of file crosshairpicker.qc.
References crosshairpicker_cellToCrosshair(), cvar(), draw_Picture(), draw_PictureSize(), globalToBoxSize(), strcat(), and vector().
Here is the call graph for this function:Definition at line 38 of file crosshairpicker.qc.
References crosshairpicker_cellToCrosshair().
Here is the call graph for this function:Definition at line 32 of file crosshairpicker.qc.
References crosshairpicker_cellToCrosshair(), cvar_set(), and SUPER.
Here is the call graph for this function:Definition at line 26 of file crosshairpicker.qc.
References crosshairpicker_crosshairToCell(), cvar_string(), and SUPER.
Here is the call graph for this function: