Xonotic
bigcommandbutton.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
commandbutton.qh
"
4
CLASS
(
XonoticBigCommandButton
,
XonoticCommandButton
)
5
METHOD
(
XonoticBigCommandButton
, configureXonoticBigCommandButton,
void
(
entity
,
string
,
vector
,
string
,
int
,
string
));
6
ATTRIB
(
XonoticBigCommandButton
, image,
string
, SKINGFX_BUTTON_BIG);
7
ATTRIB
(
XonoticBigCommandButton
, grayImage,
string
, SKINGFX_BUTTON_BIG_GRAY);
8
ENDCLASS
(
XonoticBigCommandButton
)
9
entity
makeXonoticBigCommandButton_T
(
string
theText,
vector
theColor,
string
theCommand,
int
theFlags,
string
theTooltip);
10
entity
makeXonoticBigCommandButton
(
string
theText,
vector
theColor,
string
theCommand,
int
theFlags);
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
XonoticCommandButton
Definition:
commandbutton.qh:4
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
makeXonoticBigCommandButton
entity makeXonoticBigCommandButton(string theText, vector theColor, string theCommand, int theFlags)
Definition:
bigcommandbutton.qc:10
makeXonoticBigCommandButton_T
entity makeXonoticBigCommandButton_T(string theText, vector theColor, string theCommand, int theFlags, string theTooltip)
Definition:
bigcommandbutton.qc:3
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
XonoticBigCommandButton
Definition:
bigcommandbutton.qh:4
commandbutton.qh
menu
xonotic
bigcommandbutton.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13