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