Xonotic
|
#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 ftos().
Referenced by XonoticCrosshairPicker_cellDraw(), XonoticCrosshairPicker_cellIsValid(), and XonoticCrosshairPicker_cellSelect().
Definition at line 10 of file crosshairpicker.qc.
References eX, eY, floor(), mod(), and stof().
Referenced by XonoticCrosshairPicker_configureXonoticCrosshairPicker().
entity makeXonoticCrosshairPicker | ( | ) |
Definition at line 18 of file crosshairpicker.qc.
Definition at line 45 of file crosshairpicker.qc.
References crosshairpicker_cellToCrosshair(), cvar(), draw_Picture(), draw_PictureSize(), globalToBoxSize(), strcat(), and vector().
Definition at line 38 of file crosshairpicker.qc.
References crosshairpicker_cellToCrosshair().
Definition at line 32 of file crosshairpicker.qc.
References crosshairpicker_cellToCrosshair(), cvar_set(), and SUPER.
Definition at line 26 of file crosshairpicker.qc.
References crosshairpicker_crosshairToCell(), cvar_string(), and SUPER.