Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
ui_instagib.qh
Go to the documentation of this file.
1#pragma once
2
3const string MENU_INSTAGIB_NAME = _("InstaGib");
4const string MENU_INSTAGIB_DESCRIPTION = _("Players will be given only one weapon, the %s, which can instantly kill the opponent with a single shot. If the player runs out of ammo, they will have 10 seconds to find some or face death if they fail to do so. The secondary fire does not inflict any damage but is good for doing trickjumps.");
5
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
ATTRIB(XonoticMutatorTab, title, string)
#define CLASS(...)
Definition oo.qh:149
#define ENDCLASS(cname)
Definition oo.qh:286
#define METHOD(cname, name, prototype)
Definition oo.qh:274
entity makeXonoticMutatorInstaGibTab()
Definition ui_instagib.qc:7
const string MENU_INSTAGIB_DESCRIPTION
Definition ui_instagib.qh:4
const string MENU_INSTAGIB_NAME
Definition ui_instagib.qh:3