|
Xonotic
|
#include "sv_random_gravity.qh"
Include dependency graph for sv_random_gravity.qc:Go to the source code of this file.
Functions | |
| MUTATOR_HOOKFUNCTION (random_gravity, SV_StartFrame) | |
| MUTATOR_HOOKFUNCTION (random_gravity, BuildMutatorsString) | |
| MUTATOR_HOOKFUNCTION (random_gravity, BuildMutatorsPrettyString) | |
| MUTATOR_HOOKFUNCTION | ( | random_gravity | , |
| SV_StartFrame | |||
| ) |
Definition at line 25 of file sv_random_gravity.qc.
References autocvar_g_random_gravity_delay, autocvar_g_random_gravity_max, autocvar_g_random_gravity_min, autocvar_g_random_gravity_negative, autocvar_g_random_gravity_negative_chance, autocvar_g_random_gravity_positive, bound(), cvar(), cvar_set(), ftos(), LOG_TRACE, random(), round_handler_IsActive, round_handler_IsRoundStarted, and time.
Here is the call graph for this function:| MUTATOR_HOOKFUNCTION | ( | random_gravity | , |
| BuildMutatorsString | |||
| ) |
Definition at line 42 of file sv_random_gravity.qc.
References M_ARGV, and strcat().
Here is the call graph for this function:| MUTATOR_HOOKFUNCTION | ( | random_gravity | , |
| BuildMutatorsPrettyString | |||
| ) |
Definition at line 47 of file sv_random_gravity.qc.
References M_ARGV, and strcat().
Here is the call graph for this function:| float autocvar_g_random_gravity_delay |
Definition at line 13 of file sv_random_gravity.qc.
Referenced by MUTATOR_HOOKFUNCTION().
| float autocvar_g_random_gravity_max |
Definition at line 10 of file sv_random_gravity.qc.
Referenced by MUTATOR_HOOKFUNCTION().
| float autocvar_g_random_gravity_min |
Definition at line 9 of file sv_random_gravity.qc.
Referenced by MUTATOR_HOOKFUNCTION().
| float autocvar_g_random_gravity_negative |
Definition at line 12 of file sv_random_gravity.qc.
Referenced by MUTATOR_HOOKFUNCTION().
| float autocvar_g_random_gravity_negative_chance |
Definition at line 8 of file sv_random_gravity.qc.
Referenced by MUTATOR_HOOKFUNCTION().
| float autocvar_g_random_gravity_positive |
Definition at line 11 of file sv_random_gravity.qc.
Referenced by MUTATOR_HOOKFUNCTION().