Xonotic
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.configureXonoticBigButton(me, theText, theColor);
8
return
me;
9
}
10
11
void
XonoticBigButton_configureXonoticBigButton
(
entity
me,
string
theText,
vector
theColor)
12
{
13
me.configureXonoticButton(me, theText, theColor,
string_null
);
14
}
XonoticBigButton_configureXonoticBigButton
void XonoticBigButton_configureXonoticBigButton(entity me, string theText, vector theColor)
Definition:
bigbutton.qc:11
string_null
string string_null
Definition:
nil.qh:9
NEW
#define NEW(cname,...)
Definition:
oo.qh:105
makeXonoticBigButton
entity makeXonoticBigButton(string theText, vector theColor)
Definition:
bigbutton.qc:3
entity
entity() spawn
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
XonoticBigButton
Definition:
bigbutton.qh:4
bigbutton.qh
menu
xonotic
bigbutton.qc
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13