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 }
void XonoticBigButton_configureXonoticBigButton(entity me, string theText, vector theColor)
Definition: bigbutton.qc:11
string string_null
Definition: nil.qh:9
#define NEW(cname,...)
Definition: oo.qh:105
entity makeXonoticBigButton(string theText, vector theColor)
Definition: bigbutton.qc:3
entity() spawn
vector(float skel, float bonenum) _skel_get_boneabs_hidden