]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/clientkill.qh
33c4adb5ab94c7d7e879fffd4eff955999d2b60c
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / clientkill.qh
1
2 // set when showing a kill countdown
3 .entity killindicator;
4 .int killindicator_teamchange;
5
6 void ClientKill_Now_TeamChange(entity this);
7 void ClientKill_Now(entity this);
8 void KillIndicator_Think(entity this);
9 void ClientKill_TeamChange(entity this, float targetteam);  // 0 = don't change, -1 = auto, -2 = spec
10 void ClientKill(entity this);