]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/qcsrc/server/csqcprojectile.qh
Fix a bug where an eaten player would see the stomach model left behind in online...
[voretournament/voretournament.git] / data / qcsrc / server / csqcprojectile.qh
1 .float csqcprojectile_clientanimate;\r
2 \r
3 void CSQCProjectile(entity e, float clientanimate, float type, float docull);\r
4 void UpdateCSQCProjectile(entity e);\r
5 void UpdateCSQCProjectileAfterTeleport(entity e);\r
6 void UpdateCSQCProjectileNextFrame(entity e);\r
7 void CSQCProjectile_Check(entity e);\r