]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/warpzonelib/server.qh
3c09ea770a8a9267e15b94da0aae62da99c8ec82
[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;
11
12 void WarpZone_PlayerPhysics_FixVAngle(void);
13
14 void WarpZone_PostInitialize_Callback(void);