Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
bigcommandbutton.qc
Go to the documentation of this file.
1
#include "
bigcommandbutton.qh
"
2
3
entity
makeXonoticBigCommandButton_T
(
string
theText,
vector
theColor,
string
theCommand,
int
theFlags,
string
theTooltip)
4
{
5
entity
me =
NEW
(
XonoticBigCommandButton
);
6
me.configureXonoticCommandButton(me, theText, theColor, theCommand, theFlags, theTooltip);
7
return
me;
8
}
9
entity
makeXonoticBigCommandButton
(
string
theText,
vector
theColor,
string
theCommand,
int
theFlags)
10
{
11
return
makeXonoticBigCommandButton_T
(theText, theColor, theCommand, theFlags,
string_null
);
12
}
makeXonoticBigCommandButton
entity makeXonoticBigCommandButton(string theText, vector theColor, string theCommand, int theFlags)
Definition
bigcommandbutton.qc:9
makeXonoticBigCommandButton_T
entity makeXonoticBigCommandButton_T(string theText, vector theColor, string theCommand, int theFlags, string theTooltip)
Definition
bigcommandbutton.qc:3
bigcommandbutton.qh
entity
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
XonoticBigCommandButton
Definition
bigcommandbutton.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
bigcommandbutton.qc
Generated on
for Xonotic QuakeC by
1.14.0