Xonotic
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 52 of file tdm.qh.

Referenced by spawnfunc().

Function Documentation

◆ REGISTER_GAMETYPE()

REGISTER_GAMETYPE ( TEAM_DEATHMATCH  ,
NEW(TeamDeathmatch  
)