]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/warpzonelib/server.qh
Merge branch 'mand1nga/bot-fix-aiming-origins' into mand1nga/bot-assault
[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);