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

Go to the source code of this file.

Classes

class  TeamDeathmatch

Macros

#define g_tdm   IS_GAMETYPE(TEAM_DEATHMATCH)

Functions

 REGISTER_GAMETYPE (TEAM_DEATHMATCH, NEW(TeamDeathmatch))

Macro Definition Documentation

◆ g_tdm

#define g_tdm   IS_GAMETYPE(TEAM_DEATHMATCH)

Definition at line 54 of file tdm.qh.

Referenced by spawnfunc().

Function Documentation

◆ REGISTER_GAMETYPE()

REGISTER_GAMETYPE ( TEAM_DEATHMATCH ,
NEW(TeamDeathmatch)  )

References NEW, and REGISTER_GAMETYPE.