|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "sv_campcheck.qh"Go to the source code of this file.
Functions | |
| MUTATOR_HOOKFUNCTION (campcheck, BuildMutatorsString) | |
| MUTATOR_HOOKFUNCTION (campcheck, CopyBody) | |
| MUTATOR_HOOKFUNCTION (campcheck, Damage_Calculate) | |
| MUTATOR_HOOKFUNCTION (campcheck, PlayerDies) | |
| MUTATOR_HOOKFUNCTION (campcheck, PlayerPreThink) | |
| MUTATOR_HOOKFUNCTION (campcheck, PlayerSpawn) | |
| REGISTER_MUTATOR (campcheck, expr_evaluate(autocvar_g_campcheck)) | |
| MUTATOR_HOOKFUNCTION | ( | campcheck | , |
| BuildMutatorsString | ) |
Definition at line 99 of file sv_campcheck.qc.
| MUTATOR_HOOKFUNCTION | ( | campcheck | , |
| CopyBody | ) |
Definition at line 83 of file sv_campcheck.qc.
References CopyBody(), entity(), and M_ARGV.
| MUTATOR_HOOKFUNCTION | ( | campcheck | , |
| Damage_Calculate | ) |
Definition at line 23 of file sv_campcheck.qc.
References autocvar_g_campcheck_distance, entity(), frag_target, IS_PLAYER, and M_ARGV.
| MUTATOR_HOOKFUNCTION | ( | campcheck | , |
| PlayerDies | ) |
Definition at line 16 of file sv_campcheck.qc.
References entity(), frag_target, Kill_Notification(), 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(), game_starttime, game_stopped, GetResource(), IS_DEAD, IS_PLAYER, IS_REAL_CLIENT, M_ARGV, NULL, PHYS_INPUT_BUTTON_CHAT, PlayerPreThink, RES_ARMOR, round_handler_IsActive, round_handler_IsRoundStarted, Send_Notification(), STAT, time, vec2, vector, vlen(), warmup_stage, and weaponLocked().
| MUTATOR_HOOKFUNCTION | ( | campcheck | , |
| PlayerSpawn | ) |
Definition at line 91 of file sv_campcheck.qc.
References autocvar_g_campcheck_interval, entity(), M_ARGV, and time.
| REGISTER_MUTATOR | ( | campcheck | , |
| expr_evaluate(autocvar_g_campcheck) | ) |
References autocvar_g_campcheck.
| string autocvar_g_campcheck |
Definition at line 3 of file sv_campcheck.qc.
Referenced by REGISTER_MUTATOR().
| 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(), and MUTATOR_HOOKFUNCTION().
| float autocvar_g_campcheck_interval |
Definition at line 6 of file sv_campcheck.qc.
Referenced by MUTATOR_HOOKFUNCTION(), and 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.