]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/csqcprojectile.qh
Make the "time" command available to both cmd and sv_cmd as a common command
[xonotic/xonotic-data.pk3dir.git] / 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 CSQCProjectile_Check(entity e);