Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
tka.qc
Go to the documentation of this file.
1#include "tka.qh"
2
3#ifdef MENUQC
5
6METHOD(TeamKeepaway, describe, string(TeamKeepaway this))
7{
8 TC(TeamKeepaway, this);
10 PAR(_("%s is the team version of %s, where teams compete to maintain superior control over the ball."), COLORED_NAME(this), COLORED_NAME(MAPINFO_TYPE_KEEPAWAY));
11 PAR(_("Scoring is similar to in %s, except that points are awarded for frags for all members of the team of the player holding the ball."), COLORED_NAME(MAPINFO_TYPE_KEEPAWAY));
12 return PAGE_TEXT;
13}
14#endif
#define COLORED_NAME(this)
Definition color.qh:195
#define TC(T, sym)
Definition _all.inc:82
#define METHOD(cname, name, prototype)
Definition oo.qh:269
#define PAGE_TEXT
Definition string.qh:643
#define PAR(...)
Adds an individually translatable paragraph to PAGE_TEXT without having to deal with strcat and sprin...
Definition string.qh:649
#define PAGE_TEXT_INIT()
Definition string.qh:642