Xonotic
hitplot.qh
Go to the documentation of this file.
1 #pragma once
2 
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);
float hitplotfh
Definition: hitplot.qh:6
entity() spawn
string autocvar_g_hitplots_individuals
Definition: hitplot.qh:4
void W_HitPlotClose(entity player)
Definition: hitplot.qc:92
void W_HitPlotOpen(entity player)
Definition: hitplot.qc:82
bool autocvar_g_hitplots
Definition: hitplot.qh:3
vector(float skel, float bonenum) _skel_get_boneabs_hidden
void W_HitPlotAnalysis(entity player, entity wep, vector screenforward, vector screenright, vector screenup)
Definition: hitplot.qc:58