Xonotic
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
+
Enumerator
i
m
o
p
r
s
t
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerator
Macros
Pages
dialog_settings_game_model.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
tab.qh
"
4
CLASS
(
XonoticGameModelSettingsTab
,
XonoticTab
)
5
METHOD
(
XonoticGameModelSettingsTab
, fill,
void
(
entity
));
6
METHOD
(
XonoticGameModelSettingsTab
, showNotify,
void
(
entity
));
7
ATTRIB
(
XonoticGameModelSettingsTab
, title,
string
, _(
"Models"
));
8
ATTRIB
(
XonoticGameModelSettingsTab
, titleTooltip,
string
, _(
"Customize how players and items are displayed in game"
));
9
ATTRIB
(
XonoticGameModelSettingsTab
, intendedWidth,
float
, 0.9);
10
ATTRIB
(
XonoticGameModelSettingsTab
, rows,
float
, 15.5);
11
ATTRIB
(
XonoticGameModelSettingsTab
, columns,
float
, 5);
12
ENDCLASS
(
XonoticGameModelSettingsTab
)
13
entity
makeXonoticGameModelSettingsTab
();
14
#include "../gamesettings.qh"
15
REGISTER_SETTINGS
(Models,
makeXonoticGameModelSettingsTab
());
REGISTER_SETTINGS
REGISTER_SETTINGS(Models, makeXonoticGameModelSettingsTab())
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
XonoticTab
Definition:
tab.qh:4
XonoticGameModelSettingsTab
Definition:
dialog_settings_game_model.qh:4
entity
entity() spawn
makeXonoticGameModelSettingsTab
entity makeXonoticGameModelSettingsTab()
Definition:
dialog_settings_game_model.qc:12
METHOD
#define METHOD(cname, name, prototype)
Definition:
oo.qh:257
ATTRIB
#define ATTRIB(...)
Definition:
oo.qh:136
ENDCLASS
#define ENDCLASS(cname)
Definition:
oo.qh:269
tab.qh
menu
xonotic
dialog_settings_game_model.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13