Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
nix.qc
Go to the documentation of this file.
1#include "nix.qh"
2
3#ifdef MENUQC
4METHOD(MutatorNIX, describe, string(MutatorNIX this))
5{
6 TC(MutatorNIX, this);
8 PAR(_("%s is a mutator that gives all players the same randomly-selected weapon. After some time the weapon is reselected, and this repeats forever. "
9 "Weapon and ammo pickups are also removed from the map."), COLORED_NAME(this));
10 return PAGE_TEXT;
11}
12#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