Xonotic
sv_powerups.qh
Go to the documentation of this file.
1 #pragma once
2 
4 
5 #include "powerups.qh"
6 
10 
11 REGISTER_MUTATOR(powerups, true);
12 
15 
16 // q3compat
17 .float count;
float prevstrengthsoundattempt
Definition: sv_powerups.qh:14
int autocvar_g_powerups_drop_ondeath
Definition: sv_powerups.qh:8
int autocvar_g_powerups
Definition: sv_powerups.qh:7
float count
Definition: sv_powerups.qh:17
float prevstrengthsound
Definition: sv_powerups.qh:13
bool autocvar_g_powerups_stack
Definition: sv_powerups.qh:9
REGISTER_MUTATOR(powerups, true)