|
Xonotic
|
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 |
| REGISTER_MUTATOR | ( | powerups | , |
| true | |||
| ) |
| int autocvar_g_powerups |
Definition at line 7 of file sv_powerups.qh.
Referenced by have_pickup_item(), and MUTATOR_HOOKFUNCTION().
| 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().
| bool autocvar_g_powerups_stack |
Definition at line 9 of file sv_powerups.qh.
Referenced by Item_GiveTo().
| float count |
Definition at line 17 of file sv_powerups.qh.
| float prevstrengthsound |
Definition at line 13 of file sv_powerups.qh.
| float prevstrengthsoundattempt |
Definition at line 14 of file sv_powerups.qh.