Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
ui_instagib.qh File Reference
Include dependency graph for ui_instagib.qh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XonoticMutatorInstaGibTab

Functions

entity makeXonoticMutatorInstaGibTab ()

Variables

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")

Function Documentation

◆ 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
#define NEW(cname,...)
Definition oo.qh:120

References entity(), and NEW.

Variable Documentation

◆ 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.")

Definition at line 4 of file ui_instagib.qh.

◆ MENU_INSTAGIB_NAME

const string MENU_INSTAGIB_NAME = _("InstaGib")

Definition at line 3 of file ui_instagib.qh.