Xonotic
|
#include "sv_midair.qh"
Go to the source code of this file.
Functions | |
MUTATOR_HOOKFUNCTION (midair, Damage_Calculate) | |
MUTATOR_HOOKFUNCTION (midair, PlayerPowerups) | |
MUTATOR_HOOKFUNCTION (midair, PlayerSpawn) | |
MUTATOR_HOOKFUNCTION (midair, BuildMutatorsString) | |
MUTATOR_HOOKFUNCTION (midair, BuildMutatorsPrettyString) | |
REGISTER_MUTATOR (midair, expr_evaluate(autocvar_g_midair)) | |
Variables | |
string | autocvar_g_midair |
float | autocvar_g_midair_shieldtime |
float | midair_shieldtime |
MUTATOR_HOOKFUNCTION | ( | midair | , |
Damage_Calculate | |||
) |
MUTATOR_HOOKFUNCTION | ( | midair | , |
PlayerPowerups | |||
) |
Definition at line 21 of file sv_midair.qc.
References autocvar_g_midair_shieldtime, EF_ADDITIVE, EF_FULLBRIGHT, entity(), IS_ONGROUND, M_ARGV, max(), and time.
MUTATOR_HOOKFUNCTION | ( | midair | , |
PlayerSpawn | |||
) |
Definition at line 33 of file sv_midair.qc.
References entity(), IS_BOT_CLIENT, and M_ARGV.
MUTATOR_HOOKFUNCTION | ( | midair | , |
BuildMutatorsString | |||
) |
Definition at line 41 of file sv_midair.qc.
References M_ARGV, and strcat().
MUTATOR_HOOKFUNCTION | ( | midair | , |
BuildMutatorsPrettyString | |||
) |
Definition at line 46 of file sv_midair.qc.
References M_ARGV, and strcat().
REGISTER_MUTATOR | ( | midair | , |
expr_evaluate(autocvar_g_midair) | |||
) |
string autocvar_g_midair |
Definition at line 3 of file sv_midair.qc.
float autocvar_g_midair_shieldtime |
Definition at line 4 of file sv_midair.qc.
Referenced by MUTATOR_HOOKFUNCTION().
float midair_shieldtime |
Definition at line 8 of file sv_midair.qc.