Xonotic
hitplot.qh
Go to the documentation of this file.
1
#pragma once
2
3
bool
autocvar_g_hitplots
;
4
string
autocvar_g_hitplots_individuals
;
5
6
.float
hitplotfh
;
7
8
void
W_HitPlotAnalysis
(
entity
player,
entity
wep,
vector
screenforward,
vector
screenright,
vector
screenup);
9
void
W_HitPlotOpen
(
entity
player);
10
void
W_HitPlotClose
(
entity
player);
hitplotfh
float hitplotfh
Definition:
hitplot.qh:6
entity
entity() spawn
autocvar_g_hitplots_individuals
string autocvar_g_hitplots_individuals
Definition:
hitplot.qh:4
W_HitPlotClose
void W_HitPlotClose(entity player)
Definition:
hitplot.qc:92
W_HitPlotOpen
void W_HitPlotOpen(entity player)
Definition:
hitplot.qc:82
autocvar_g_hitplots
bool autocvar_g_hitplots
Definition:
hitplot.qh:3
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
W_HitPlotAnalysis
void W_HitPlotAnalysis(entity player, entity wep, vector screenforward, vector screenright, vector screenup)
Definition:
hitplot.qc:58
server
weapons
hitplot.qh
Generated on Thu Mar 17 2022 17:26:30 for Xonotic by
1.8.13