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

Go to the source code of this file.

Classes

class  XonoticBigButton

Functions

entity makeXonoticBigButton (string theText, vector theColor)

Function Documentation

◆ makeXonoticBigButton()

entity makeXonoticBigButton ( string theText,
vector theColor )

Definition at line 3 of file bigbutton.qc.

4{
5 entity me;
7 me.configureXonoticButton(me, theText, theColor, string_null);
8 return me;
9}
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
string string_null
Definition nil.qh:9
#define NEW(cname,...)
Definition oo.qh:117

References entity(), NEW, string_null, and vector.

Referenced by XonoticSingleplayerDialog_fill().