]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/warpzonelib/server.qh
add some test code for uri_post
[xonotic/xonotic-data.pk3dir.git] / 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;