|
Xonotic
|
#include "sv_offhand_blaster.qh"
Include dependency graph for sv_offhand_blaster.qc:Go to the source code of this file.
Functions | |
| MUTATOR_HOOKFUNCTION (offhand_blaster, BuildMutatorsString) | |
| MUTATOR_HOOKFUNCTION (offhand_blaster, BuildMutatorsPrettyString) | |
| MUTATOR_HOOKFUNCTION (offhand_blaster, BuildGameplayTipsString) | |
| MUTATOR_HOOKFUNCTION (offhand_blaster, PlayerSpawn) | |
| REGISTER_MUTATOR (offhand_blaster, expr_evaluate(autocvar_g_offhand_blaster)) | |
Variables | |
| string | autocvar_g_offhand_blaster = "0" |
| MUTATOR_HOOKFUNCTION | ( | offhand_blaster | , |
| BuildMutatorsString | |||
| ) |
Definition at line 7 of file sv_offhand_blaster.qc.
References M_ARGV, and strcat().
Here is the call graph for this function:| MUTATOR_HOOKFUNCTION | ( | offhand_blaster | , |
| BuildMutatorsPrettyString | |||
| ) |
Definition at line 12 of file sv_offhand_blaster.qc.
References M_ARGV, and strcat().
Here is the call graph for this function:| MUTATOR_HOOKFUNCTION | ( | offhand_blaster | , |
| BuildGameplayTipsString | |||
| ) |
Definition at line 17 of file sv_offhand_blaster.qc.
References M_ARGV, and strcat().
Here is the call graph for this function:| MUTATOR_HOOKFUNCTION | ( | offhand_blaster | , |
| PlayerSpawn | |||
| ) |
Definition at line 22 of file sv_offhand_blaster.qc.
References entity(), M_ARGV, and OFFHAND_BLASTER.
Here is the call graph for this function:| REGISTER_MUTATOR | ( | offhand_blaster | , |
| expr_evaluate(autocvar_g_offhand_blaster) | |||
| ) |
| string autocvar_g_offhand_blaster = "0" |
Definition at line 3 of file sv_offhand_blaster.qc.