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
progsdefs.qh
Go to the documentation of this file.
1
#pragma once
2
3
#pragma noref 1
4
5
#define true _true
6
#define false _false
7
#define TRUE _TRUE
8
#define FALSE _FALSE
9
10
#define spawn _spawn
11
#define setmodel _setmodel
12
13
#include "
upstream/progsdefs.qc
"
14
15
#undef true
16
#undef false
17
#undef TRUE
18
#undef FALSE
19
20
#undef spawn
21
#undef setmodel
22
23
#define stuffcmd(cl, ...) MACRO_BEGIN \
24
entity _cl = (cl); \
25
if (IS_REAL_CLIENT(_cl)) stuffcmd(_cl, __VA_ARGS__); \
26
MACRO_END
27
28
#define use use1
29
.void(
entity
this
,
entity
actor,
entity
trigger)
use
;
30
31
void
(
vector
ang) _makevectors_hidden = #1;
32
33
#pragma noref 0
entity
entity() spawn
use
#define use
Definition:
progsdefs.qh:28
void
void(entity this, entity actor, entity trigger) use
progsdefs.qc
vector
vector(float skel, float bonenum) _skel_get_boneabs_hidden
dpdefs
progsdefs.qh
Generated on Thu Mar 17 2022 17:26:29 for Xonotic by
1.8.13