Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
all.qc
Go to the documentation of this file.
1
#include "
all.qh
"
2
3
string
M_Model
(
string
m_mdl)
4
{
5
string
output =
strcat
(
"models/monsters/"
, m_mdl);
6
#ifdef SVQC
7
MUTATOR_CALLHOOK
(MonsterModel, m_mdl, output);
8
return
M_ARGV
(1,
string
);
9
#else
10
return
output;
11
#endif
12
}
MUTATOR_CALLHOOK
#define MUTATOR_CALLHOOK(id,...)
Definition
base.qh:143
M_ARGV
#define M_ARGV(x, type)
Definition
events.qh:17
M_Model
string M_Model(string m_mdl)
Definition
all.qc:3
all.qh
strcat
strcat(_("^F4Countdown stopped!"), "\n^BG", _("Teams are too unbalanced."))
common
monsters
all.qc
Generated on
for Xonotic QuakeC by
1.14.0