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
sv_powerups.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include <
common/mutators/base.qh
>
4
5
#include "
powerups.qh
"
6
7
int
autocvar_g_powerups
;
8
int
autocvar_g_powerups_drop_ondeath
;
9
bool
autocvar_g_powerups_stack
;
10
11
REGISTER_MUTATOR
(powerups,
true
);
12
13
.float
prevstrengthsound
;
14
.float
prevstrengthsoundattempt
;
15
16
// q3compat
17
.float
count
;
prevstrengthsoundattempt
float prevstrengthsoundattempt
Definition:
sv_powerups.qh:14
autocvar_g_powerups_drop_ondeath
int autocvar_g_powerups_drop_ondeath
Definition:
sv_powerups.qh:8
autocvar_g_powerups
int autocvar_g_powerups
Definition:
sv_powerups.qh:7
base.qh
count
float count
Definition:
sv_powerups.qh:17
prevstrengthsound
float prevstrengthsound
Definition:
sv_powerups.qh:13
autocvar_g_powerups_stack
bool autocvar_g_powerups_stack
Definition:
sv_powerups.qh:9
REGISTER_MUTATOR
REGISTER_MUTATOR(powerups, true)
powerups.qh
common
mutators
mutator
powerups
sv_powerups.qh
Generated on Thu Mar 17 2022 17:26:28 for Xonotic by
1.8.13