Xonotic
|
#include "cl_vehicles.qh"
Go to the source code of this file.
Functions | |
void | AuxiliaryXhair_Draw2D (entity this) |
NET_HANDLE (ENT_CLIENT_AUXILIARYXHAIR, bool isnew) | |
NET_HANDLE (TE_CSQC_VEHICLESETUP, bool isnew) | |
void | vehicle_alarm (entity e, int ch, Sound s0und) |
void | Vehicles_drawCrosshair (string crosshair) |
void | Vehicles_drawHUD (string vehicle, string vehicleWeapon1, string vehicleWeapon2, string iconAmmo1, vector colorAmmo1, string iconAmmo2, vector colorAmmo2) |
Definition at line 12 of file cl_vehicles.qc.
References alpha, autocvar_cl_vehicles_crosshair_size, autocvar_crosshair_alpha, axh_drawflag, axh_fadetime, axh_image, cnt, colormod, drawpic(), func_null(), origin, project_3d_to_2d(), scoreboard_active, size, time, vector(), vid_conheight, and vid_conwidth.
Referenced by NET_HANDLE().
NET_HANDLE | ( | ENT_CLIENT_AUXILIARYXHAIR | , |
bool | isnew | ||
) |
Definition at line 32 of file cl_vehicles.qc.
References AuxiliaryXhair, AuxiliaryXhair_Draw2D(), bound(), DRAWFLAG_ADDITIVE, entity(), func_null(), g_drawables_2d, IL_PUSH(), MASK_NORMAL, MAX_AXH, NULL, time, and vCROSS_HINT.
NET_HANDLE | ( | TE_CSQC_VEHICLESETUP | , |
bool | isnew | ||
) |
Definition at line 69 of file cl_vehicles.qc.
References ATTEN_NONE, AuxiliaryXhair, CH_PAIN_SINGLE, CH_TRIGGER_SINGLE, DRAWFLAG_NORMAL, entity(), func_null(), g_drawables_2d, IL_PUSH(), MASK_NORMAL, MAX_AXH, NULL, REGISTRY_GET, sound, vCROSS_BURST, vCROSS_HINT, and VOL_BASEVOICE.
Definition at line 3 of file cl_vehicles.qc.
References ATTEN_NONE, autocvar_cl_vehicles_alarm, sound, TC, and VOL_BASEVOICE.
Definition at line 299 of file cl_vehicles.qc.
References autocvar_cl_vehicles_crosshair_colorize, autocvar_cl_vehicles_crosshair_size, autocvar_crosshair_alpha, crosshair_getcolor(), DRAWFLAG_NORMAL, drawpic(), NULL, vector(), vid_conheight, and vid_conwidth.
void Vehicles_drawHUD | ( | string | vehicle, |
string | vehicleWeapon1, | ||
string | vehicleWeapon2, | ||
string | iconAmmo1, | ||
vector | colorAmmo1, | ||
string | iconAmmo2, | ||
vector | colorAmmo2 | ||
) |
Definition at line 123 of file cl_vehicles.qc.
References autocvar__vehicles_shownchasemessage, autocvar_cl_vehicles_hudscale, autocvar_hud_panel_bg_alpha, autocvar_hud_panel_bg_color, autocvar_hud_panel_bg_color_team, autocvar_hud_panel_fg_alpha, autocvar_hud_progressbar_alpha, DRAWFLAG_NORMAL, drawpic(), drawstring(), frame, health, hud_fade_alpha, hud_fontsize, hud_skin_path, myteamcolors, precache_pic(), sin(), strcat(), teamplay, time, vector(), vehicleHud_Pos, vehicleHud_Size, vh_notice_time, vid_conheight, and vid_conwidth.