Xonotic
textlabel.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "../item/label.qh"
4
CLASS
(
XonoticTextLabel
,
Label
)
5
METHOD
(
XonoticTextLabel
, configureXonoticTextLabel,
void
(
entity
,
float
,
string
));
6
METHOD
(
XonoticTextLabel
, draw,
void
(
entity
));
7
ATTRIB
(
XonoticTextLabel
, fontSize,
float
, SKINFONTSIZE_NORMAL);
8
ATTRIB
(
XonoticTextLabel
,
alpha
,
float
, SKINALPHA_TEXT);
9
ATTRIB
(
XonoticTextLabel
, disabledAlpha,
float
, SKINALPHA_DISABLED);
10
ENDCLASS
(
XonoticTextLabel
)
11
entity
makeXonoticTextLabel
(
float
theAlign,
string
theText);
12
entity
makeXonoticHeaderLabel
(
string
theText);
alpha
float alpha
Definition:
items.qc:14
makeXonoticHeaderLabel
entity makeXonoticHeaderLabel(string theText)
Definition:
textlabel.qc:10
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
entity
entity() spawn
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
makeXonoticTextLabel
entity makeXonoticTextLabel(float theAlign, string theText)
Definition:
textlabel.qc:3
XonoticTextLabel
Definition:
textlabel.qh:4
Label
Definition:
label.qh:4
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
menu
xonotic
textlabel.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13