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
▼
Xonotic
Deprecated List
►
Classes
▼
Files
►
File List
►
File Members
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerator
Macros
Pages
dialog_settings_game_crosshair.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include "
tab.qh
"
4
CLASS
(
XonoticGameCrosshairSettingsTab
,
XonoticTab
)
5
METHOD
(
XonoticGameCrosshairSettingsTab
, fill,
void
(
entity
));
6
METHOD
(
XonoticGameCrosshairSettingsTab
, showNotify,
void
(
entity
));
7
ATTRIB
(
XonoticGameCrosshairSettingsTab
, title,
string
, _(
"Crosshair"
));
8
ATTRIB
(
XonoticGameCrosshairSettingsTab
, intendedWidth,
float
, 0.9);
9
ATTRIB
(
XonoticGameCrosshairSettingsTab
, rows,
float
, 15.5);
10
ATTRIB
(
XonoticGameCrosshairSettingsTab
, columns,
float
, 6.2);
11
ENDCLASS
(
XonoticGameCrosshairSettingsTab
)
12
entity
makeXonoticGameCrosshairSettingsTab
();
13
14
#include "../gamesettings.qh"
15
REGISTER_SETTINGS
(Crosshair,
makeXonoticGameCrosshairSettingsTab
());
makeXonoticGameCrosshairSettingsTab
entity makeXonoticGameCrosshairSettingsTab()
Definition:
dialog_settings_game_crosshair.qc:16
CLASS
CLASS(Object) Object
Definition:
oo.qh:318
XonoticTab
Definition:
tab.qh:4
REGISTER_SETTINGS
REGISTER_SETTINGS(Crosshair, makeXonoticGameCrosshairSettingsTab())
entity
entity() spawn
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
XonoticGameCrosshairSettingsTab
Definition:
dialog_settings_game_crosshair.qh:4
menu
xonotic
dialog_settings_game_crosshair.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13