Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
bigbutton.qc
Go to the documentation of this file.
1#include "bigbutton.qh"
2
3entity makeXonoticBigButton(string theText, vector theColor)
4{
5 entity me;
7 me.configureXonoticButton(me, theText, theColor, string_null);
8 return me;
9}
entity makeXonoticBigButton(string theText, vector theColor)
Definition bigbutton.qc:3
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
vector
Definition self.qh:92