8 this.gametype_init(
this, _(
"Assault"),
"as",
"g_assault",
GAMETYPE_FLAG_TEAMPLAY,
"",
"timelimit=20",_(
"Destroy obstacles to find and destroy the enemy power core before time runs out"));
12 if(v ==
"target_assault_roundend")
19 METHOD(
Assault, m_configuremenu,
void(
Gametype this,
entity menu,
void(
entity me,
string pLabel,
float pMin,
float pMax,
float pStep,
string pCvar,
string tCvar,
string pTooltip) returns))
27 #define g_assault IS_GAMETYPE(ASSAULT)
#define METHOD(cname, name, prototype)
const int GAMETYPE_FLAG_TEAMPLAY
int MapInfo_Map_supportedGametypes
REGISTER_GAMETYPE(ASSAULT, NEW(Assault))