Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
cloaked.qc
Go to the documentation of this file.
1
#include "
cloaked.qh
"
2
3
#ifdef MENUQC
4
#include "
../powerups/powerup/invisibility.qh
"
5
6
METHOD
(
MutatorCloaked
, describe,
string
(
MutatorCloaked
this
))
7
{
8
TC
(
MutatorCloaked
,
this
);
9
PAGE_TEXT_INIT
();
10
PAR
(_(
"The %s mutator makes all players nearly invisible, similar to the %s powerup. "
11
"This adds an extra layer of stealth and strategy to gameplay."
),
COLORED_NAME
(
this
),
COLORED_NAME
(ITEM_Invisibility));
12
return
PAGE_TEXT
;
13
}
14
#endif
MutatorCloaked
Definition
cloaked.qh:4
cloaked.qh
COLORED_NAME
#define COLORED_NAME(this)
Definition
color.qh:195
invisibility.qh
TC
#define TC(T, sym)
Definition
_all.inc:82
METHOD
#define METHOD(cname, name, prototype)
Definition
oo.qh:269
PAGE_TEXT
#define PAGE_TEXT
Definition
string.qh:643
PAR
#define PAR(...)
Adds an individually translatable paragraph to PAGE_TEXT without having to deal with strcat and sprin...
Definition
string.qh:649
PAGE_TEXT_INIT
#define PAGE_TEXT_INIT()
Definition
string.qh:642
common
mutators
mutator
cloaked
cloaked.qc
Generated on
for Xonotic QuakeC by
1.14.0