|
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 | |
| void | Violence_GibSplash (entity source, float type, float amount, entity attacker) |
| void | Violence_GibSplash_At (vector org, vector dir, float type, float amount, entity gibowner, entity attacker) |
Definition at line 53 of file gibs.qc.
References entity(), and Violence_GibSplash_At().
Referenced by Monster_Damage(), and PlayerCorpseDamage().
| void Violence_GibSplash_At | ( | vector | org, |
| vector | dir, | ||
| float | type, | ||
| float | amount, | ||
| entity | gibowner, | ||
| entity | attacker ) |
Definition at line 23 of file gibs.qc.
References compressShortVector(), dir, entity(), etof, FOREACH_CLIENT, g_cts, IS_REAL_CLIENT, MSG_BROADCAST, new_pure, org, sound_allowed(), vector, and Violence_GibSplash_SendEntity().
Referenced by Monster_Damage(), Monster_Dead_Damage(), PlayerCorpseDamage(), PlayerDamage(), and Violence_GibSplash().
| int autocvar_cl_gentle_gibs |
Definition at line 8 of file gibs.qh.
Referenced by NET_HANDLE().
| float autocvar_cl_gibs_avelocity_scale = 1 |
| float autocvar_cl_gibs_damageforcescale = 3.5 |
| float autocvar_cl_gibs_lifetime = 14 |
Definition at line 10 of file gibs.qh.
Referenced by TossGib(), and turret_gibtoss().
| bool autocvar_cl_gibs_sloppy = 1 |
Definition at line 12 of file gibs.qh.
Referenced by Gib_Draw(), RaptorCBShellfragDraw(), and turret_gib_draw().
| float autocvar_cl_gibs_ticrate = 0.1 |
Definition at line 13 of file gibs.qh.
Referenced by Gib_Draw(), RaptorCBShellfragDraw(), and turret_gib_draw().
| float autocvar_cl_gibs_velocity_random = 1 |
| float autocvar_cl_gibs_velocity_scale = 1 |
| bool autocvar_cl_nogibs |
Definition at line 18 of file gibs.qh.
Referenced by NET_HANDLE(), and turret_die().
| bool autocvar_cl_particlegibs |
Definition at line 19 of file gibs.qh.
Referenced by NET_HANDLE().
| float autocvar_cl_particles_quality |
Definition at line 20 of file gibs.qh.
Referenced by new_te_bloodshower().
| int autocvar_ekg |
Definition at line 4 of file gibs.qh.
Referenced by NET_HANDLE(), and PlayerDamage().