Go to the source code of this file.
|
| const 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.") |
| const string | MENU_INSTAGIB_NAME = _("InstaGib") |
◆ makeXonoticMutatorInstaGibTab()
| entity makeXonoticMutatorInstaGibTab |
( |
| ) |
|
Definition at line 7 of file ui_instagib.qc.
8{
10 me.configureDialog(me);
11 return me;
12}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
References entity(), and NEW.
◆ MENU_INSTAGIB_DESCRIPTION
| const 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.") |
◆ MENU_INSTAGIB_NAME
| const string MENU_INSTAGIB_NAME = _("InstaGib") |