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

Go to the source code of this file.

Macros

#define PAR_DEFAULT_PICKUP_ARMOR(s)

Macro Definition Documentation

◆ PAR_DEFAULT_PICKUP_ARMOR

#define PAR_DEFAULT_PICKUP_ARMOR ( s)
Value:
PAR(_("By default, the pickup gives you %s armor."), strcat("^9", cvar_defstring(strcat("g_pickup_armor", s)), "^7"));
const string cvar_defstring(string name)
strcat(_("^F4Countdown stopped!"), "\n^BG", _("Teams are too unbalanced."))
#define PAR(...)
Adds an individually translatable paragraph to PAGE_TEXT without having to deal with strcat and sprin...
Definition string.qh:649

Definition at line 6 of file armor.qc.

6#define PAR_DEFAULT_PICKUP_ARMOR(s) \
7 PAR(_("By default, the pickup gives you %s armor."), strcat("^9", cvar_defstring(strcat("g_pickup_armor", s)), "^7"));