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

Go to the source code of this file.

Classes

class  XonoticLeaveMatchButton

Functions

entity makeXonoticLeaveMatchButton (vector theColor, int theFlags)

Function Documentation

◆ makeXonoticLeaveMatchButton()

entity makeXonoticLeaveMatchButton ( vector theColor,
int theFlags )

Definition at line 35 of file leavematchbutton.qc.

36{
37 entity me;
39 me.configureXonoticLeaveMatchButton(me, theColor, theFlags);
40 return me;
41}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
#define NEW(cname,...)
Definition oo.qh:117

References entity(), NEW, and vector.

Referenced by XonoticLeaveMatchButton::configureXonoticLeaveMatchButton(), XonoticGameMenuDialog_fill(), XonoticServerCreateTab_fill(), XonoticServerListTab_fill(), and XonoticSingleplayerDialog_fill().