]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/client/interpolate.qh
make hook switch also when trying to use the hook button
[divverent/nexuiz.git] / data / qcsrc / client / interpolate.qh
1 .float iflags;
2 #define IFLAG_VELOCITY 1
3 #define IFLAG_ANGLES 2
4
5 // call this BEFORE reading an entity update
6 void InterpolateOrigin_Undo();
7
8 // call this AFTER receiving an entity update
9 void InterpolateOrigin_Note();
10
11 // call this BEFORE drawing
12 void InterpolateOrigin_Do();