Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
tka.qh File Reference
Include dependency graph for tka.qh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TeamKeepaway

Functions

 REGISTER_GAMETYPE (TEAM_KEEPAWAY, NEW(TeamKeepaway))

Variables

const int TKA_BALL_CARRYING = BIT(4)
const int TKA_BALL_DROPPED = BIT(5)
const int TKA_BALL_TAKEN_BLUE = BIT(1)
const int TKA_BALL_TAKEN_PINK = BIT(3)
const int TKA_BALL_TAKEN_RED = BIT(0)
const int TKA_BALL_TAKEN_YELLOW = BIT(2)

Function Documentation

◆ REGISTER_GAMETYPE()

REGISTER_GAMETYPE ( TEAM_KEEPAWAY ,
NEW(TeamKeepaway)  )

References NEW, and REGISTER_GAMETYPE.

Variable Documentation

◆ TKA_BALL_CARRYING

const int TKA_BALL_CARRYING = BIT(4)

Definition at line 66 of file tka.qh.

Referenced by HUD_Mod_TeamKeepaway(), and MUTATOR_HOOKFUNCTION().

◆ TKA_BALL_DROPPED

const int TKA_BALL_DROPPED = BIT(5)

Definition at line 67 of file tka.qh.

Referenced by MUTATOR_HOOKFUNCTION().

◆ TKA_BALL_TAKEN_BLUE

const int TKA_BALL_TAKEN_BLUE = BIT(1)

Definition at line 63 of file tka.qh.

Referenced by HUD_Mod_TeamKeepaway(), and MUTATOR_HOOKFUNCTION().

◆ TKA_BALL_TAKEN_PINK

const int TKA_BALL_TAKEN_PINK = BIT(3)

Definition at line 65 of file tka.qh.

Referenced by HUD_Mod_TeamKeepaway(), and MUTATOR_HOOKFUNCTION().

◆ TKA_BALL_TAKEN_RED

const int TKA_BALL_TAKEN_RED = BIT(0)

Definition at line 62 of file tka.qh.

Referenced by HUD_Mod_TeamKeepaway(), and MUTATOR_HOOKFUNCTION().

◆ TKA_BALL_TAKEN_YELLOW

const int TKA_BALL_TAKEN_YELLOW = BIT(2)

Definition at line 64 of file tka.qh.

Referenced by HUD_Mod_TeamKeepaway(), and MUTATOR_HOOKFUNCTION().