]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - data/qcsrc/warpzonelib/server.qh
Set good crosshair defaults for the new crosshairs
[voretournament/voretournament.git] / data / qcsrc / warpzonelib / server.qh
1 void WarpZone_StartFrame();
2 float WarpZone_Projectile_Touch();
3
4 // THESE must be defined by calling QC code:
5 void WarpZone_PostTeleportPlayer_Callback(entity pl);
6 float WarpZone_Projectile_Touch_ImpactFilter_Callback();
7
8 // server must also define a float called ENT_CLIENT_WARPZONE for the initial byte of WarpZone entities
9 const float ENT_CLIENT_WARPZONE;
10 const float ENT_CLIENT_WARPZONE_CAMERA;