|
Xonotic
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | W_HitPlotAnalysis (entity player, entity wep, vector screenforward, vector screenright, vector screenup) |
| void | W_HitPlotClose (entity player) |
| void | W_HitPlotOpen (entity player) |
Variables | |
| bool | autocvar_g_hitplots |
| string | autocvar_g_hitplots_individuals |
| float | hitplotfh |
| void W_HitPlotAnalysis | ( | entity | player, |
| entity | wep, | ||
| vector | screenforward, | ||
| vector | screenright, | ||
| vector | screenup | ||
| ) |
Definition at line 58 of file hitplot.qc.
References ANTILAG_LATENCY, antilag_restore(), antilag_takeback(), CS(), entity(), fputs(), ftos(), hitplotfh, IS_CLIENT, IS_MONSTER, IS_REAL_CLIENT, MOVE_NORMAL, strcat(), time, trace_endpos, trace_ent, traceline_antilag_force(), vector(), and W_HitPlotNormalizedUntransform().
Referenced by W_SetupShot_Dir_ProjectileSize_Range().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 92 of file hitplot.qc.
References CS(), fclose(), and hitplotfh.
Here is the call graph for this function:Definition at line 82 of file hitplot.qc.
References autocvar_g_hitplots, autocvar_g_hitplots_individuals, CS(), FILE_WRITE, fopen(), fputs(), ftos(), hitplotfh, matchid, strcat(), and strhasword.
Here is the call graph for this function:| bool autocvar_g_hitplots |
Definition at line 3 of file hitplot.qh.
Referenced by W_HitPlotOpen().
| string autocvar_g_hitplots_individuals |
Definition at line 4 of file hitplot.qh.
Referenced by W_HitPlotOpen().
| float hitplotfh |
Definition at line 6 of file hitplot.qh.
Referenced by W_HitPlotAnalysis(), W_HitPlotClose(), and W_HitPlotOpen().