]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/antilag.qh
antilag with "ghost traces". Should still work (hopefully), but should no longer...
[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);