Xonotic
|
#include "sv_campcheck.qh"
Go to the source code of this file.
Functions | |
MUTATOR_HOOKFUNCTION (campcheck, PlayerDies) | |
MUTATOR_HOOKFUNCTION (campcheck, Damage_Calculate) | |
MUTATOR_HOOKFUNCTION (campcheck, PlayerPreThink) | |
MUTATOR_HOOKFUNCTION (campcheck, CopyBody) | |
MUTATOR_HOOKFUNCTION (campcheck, PlayerSpawn) | |
MUTATOR_HOOKFUNCTION (campcheck, BuildMutatorsString) | |
REGISTER_MUTATOR (campcheck, expr_evaluate(autocvar_g_campcheck)) | |
MUTATOR_HOOKFUNCTION | ( | campcheck | , |
PlayerDies | |||
) |
Definition at line 16 of file sv_campcheck.qc.
References entity(), and M_ARGV.
MUTATOR_HOOKFUNCTION | ( | campcheck | , |
Damage_Calculate | |||
) |
Definition at line 23 of file sv_campcheck.qc.
References autocvar_g_campcheck_distance, entity(), IS_PLAYER, and M_ARGV.
MUTATOR_HOOKFUNCTION | ( | campcheck | , |
PlayerPreThink | |||
) |
Definition at line 35 of file sv_campcheck.qc.
References autocvar_g_balance_armor_blockpercent, autocvar_g_campaign, autocvar_g_campcheck_damage, autocvar_g_campcheck_distance, autocvar_g_campcheck_interval, autocvar_g_campcheck_typecheck, bound(), campaign_bots_may_start, Damage(), DMG_NOWEP, entity(), fabs(), GetResource(), IS_DEAD, IS_PLAYER, IS_REAL_CLIENT, M_ARGV, NULL, PHYS_INPUT_BUTTON_CHAT, RES_HEALTH, round_handler_IsActive, round_handler_IsRoundStarted, time, vec2, vector(), vlen(), warmup_stage, and weaponLocked().
MUTATOR_HOOKFUNCTION | ( | campcheck | , |
CopyBody | |||
) |
Definition at line 83 of file sv_campcheck.qc.
References entity(), and M_ARGV.
MUTATOR_HOOKFUNCTION | ( | campcheck | , |
PlayerSpawn | |||
) |
Definition at line 91 of file sv_campcheck.qc.
References autocvar_g_campcheck_interval, entity(), M_ARGV, and time.
MUTATOR_HOOKFUNCTION | ( | campcheck | , |
BuildMutatorsString | |||
) |
Definition at line 99 of file sv_campcheck.qc.
References M_ARGV, and strcat().
REGISTER_MUTATOR | ( | campcheck | , |
expr_evaluate(autocvar_g_campcheck) | |||
) |
string autocvar_g_campcheck |
Definition at line 3 of file sv_campcheck.qc.
float autocvar_g_campcheck_damage |
Definition at line 4 of file sv_campcheck.qc.
Referenced by MUTATOR_HOOKFUNCTION().
float autocvar_g_campcheck_distance |
Definition at line 5 of file sv_campcheck.qc.
Referenced by MUTATOR_HOOKFUNCTION().
float autocvar_g_campcheck_interval |
Definition at line 6 of file sv_campcheck.qc.
Referenced by MUTATOR_HOOKFUNCTION().
bool autocvar_g_campcheck_typecheck |
Definition at line 7 of file sv_campcheck.qc.
Referenced by MUTATOR_HOOKFUNCTION().
float campcheck_nextcheck |
Definition at line 11 of file sv_campcheck.qc.
vector campcheck_prevorigin |
Definition at line 14 of file sv_campcheck.qc.
float campcheck_traveled_distance |
Definition at line 12 of file sv_campcheck.qc.