]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/antilag.qh
r6077 | div0 | 2009-03-07 23:06:34 +0100 (Sat, 07 Mar 2009) | 2 lines
[divverent/nexuiz.git] / data / qcsrc / server / antilag.qh
1 void antilag_record(entity e);
2 float antilag_find(entity e, float t);
3 vector antilag_takebackorigin(entity e, float t);
4 void antilag_takeback(entity e, float t);
5 void antilag_restore(entity e);
6
7 #define ANTILAG_LATENCY(e) min(0.4, e.ping * 0.001)
8 // add one ticrate?