]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/mutators/gamemode_keyhunt.qh
Remove useless weaponarena check
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_keyhunt.qh
1 // ALL OF THESE should be removed in the future, as other code should not have
2 // to care
3
4 // used by bots:
5 float kh_tracking_enabled;
6 .entity kh_next;
7 float kh_Key_AllOwnedByWhichTeam();
8
9 // used by arena.qc ready-restart:
10 typedef void(void) kh_Think_t;
11 void kh_StartRound();
12 void kh_Controller_SetThink(float t, kh_Think_t func);