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
3
entity
makeXonoticBigButton
(
string
theText,
vector
theColor)
4
{
5
entity
me;
6
me =
NEW
(
XonoticBigButton
);
7
me.configureXonoticButton(me, theText, theColor,
string_null
);
8
return
me;
9
}
makeXonoticBigButton
entity makeXonoticBigButton(string theText, vector theColor)
Definition
bigbutton.qc:3
bigbutton.qh
entity
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
XonoticBigButton
Definition
bigbutton.qh:4
string_null
string string_null
Definition
nil.qh:9
NEW
#define NEW(cname,...)
Definition
oo.qh:117
vector
vector
Definition
self.qh:92
menu
xonotic
bigbutton.qc
Generated on
for Xonotic QuakeC by
1.14.0