|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| MUTATOR_HOOKFUNCTION (breakablehook, Damage_Calculate) | |
| REGISTER_MUTATOR (breakablehook, cvar("g_breakablehook")) | |
Variables | |
| bool | autocvar_g_breakablehook |
| bool | autocvar_g_breakablehook_owner |
| MUTATOR_HOOKFUNCTION | ( | breakablehook | , |
| Damage_Calculate | ) |
Definition at line 11 of file sv_breakablehook.qc.
References autocvar_g_breakablehook, autocvar_g_breakablehook_owner, Damage(), DIFF_TEAM, DMG_NOWEP, entity(), frag_target, HITTYPE_SPLASH, M_ARGV, and RemoveHook().
| REGISTER_MUTATOR | ( | breakablehook | , |
| cvar("g_breakablehook") | ) |
| bool autocvar_g_breakablehook |
Definition at line 8 of file sv_breakablehook.qc.
Referenced by MUTATOR_HOOKFUNCTION().
| bool autocvar_g_breakablehook_owner |
Definition at line 9 of file sv_breakablehook.qc.
Referenced by MUTATOR_HOOKFUNCTION().