]> icculus.org git repositories - divverent/nexuiz.git/blob - data/qcsrc/server/csqcprojectile.qh
add DP_PHYSICS preliminary API so maps can already contain ODE objects
[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);
5 void UpdateCSQCProjectileAfterTeleport(entity e);
6 void UpdateCSQCProjectileNextFrame(entity e);
7 void CSQCProjectile_Check(entity e);