Xonotic
|
#include "hitplot.qh"
#include <common/state.qh>
#include <common/stats.qh>
#include <common/weapons/_all.qh>
#include <common/wepent.qh>
#include <server/antilag.qh>
#include <server/client.qh>
#include <server/world.qh>
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) |
vector | W_HitPlotNormalizedUntransform (vector org, entity targ, vector screenforward, vector screenright, vector screenup, vector v) |
void | W_HitPlotOpen (entity player) |
vector | W_HitPlotUnnormalizedUntransform (vector screenforward, vector screenright, vector screenup, vector v) |
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().
Definition at line 92 of file hitplot.qc.
References CS(), fclose(), and hitplotfh.
Referenced by ClientState_attach(), and ClientState_detach().
vector W_HitPlotNormalizedUntransform | ( | vector | org, |
entity | targ, | ||
vector | screenforward, | ||
vector | screenright, | ||
vector | screenup, | ||
vector | v | ||
) |
Definition at line 21 of file hitplot.qc.
References vector(), and W_HitPlotUnnormalizedUntransform().
Referenced by W_HitPlotAnalysis().
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.
Referenced by ClientState_attach(), and PlayerState_detach().
vector W_HitPlotUnnormalizedUntransform | ( | vector | screenforward, |
vector | screenright, | ||
vector | screenup, | ||
vector | v | ||
) |
Definition at line 12 of file hitplot.qc.
Referenced by W_HitPlotNormalizedUntransform().