Xonotic
sv_powerups.qh File Reference
#include <common/mutators/base.qh>
#include "powerups.qh"
+ Include dependency graph for sv_powerups.qh:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 REGISTER_MUTATOR (powerups, true)
 

Variables

int autocvar_g_powerups
 
int autocvar_g_powerups_drop_ondeath
 
bool autocvar_g_powerups_stack
 
float count
 
float prevstrengthsound
 
float prevstrengthsoundattempt
 

Function Documentation

◆ REGISTER_MUTATOR()

REGISTER_MUTATOR ( powerups  ,
true   
)

Variable Documentation

◆ autocvar_g_powerups

int autocvar_g_powerups

Definition at line 7 of file sv_powerups.qh.

Referenced by have_pickup_item(), and MUTATOR_HOOKFUNCTION().

◆ autocvar_g_powerups_drop_ondeath

int autocvar_g_powerups_drop_ondeath

Definition at line 8 of file sv_powerups.qh.

Referenced by MUTATOR_HOOKFUNCTION(), powerups_DropItem(), and powerups_DropItem_Think().

◆ autocvar_g_powerups_stack

bool autocvar_g_powerups_stack

Definition at line 9 of file sv_powerups.qh.

Referenced by Item_GiveTo().

◆ count

float count

Definition at line 17 of file sv_powerups.qh.

◆ prevstrengthsound

float prevstrengthsound

Definition at line 13 of file sv_powerups.qh.

◆ prevstrengthsoundattempt

float prevstrengthsoundattempt

Definition at line 14 of file sv_powerups.qh.