]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/csqcprojectile.qh
make all assignments to SendEntity go through Net_LinkEntity; this makes fteqcc detec...
[divverent/nexuiz.git] / data / qcsrc / server / csqcprojectile.qh
1 .float csqcprojectile_clientanimate;
2
3 void CSQCProjectile(entity e, float clientanimate, float type, float docull);
4 void UpdateCSQCProjectile(entity e);