|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "items.qh"#include <common/gametypes/_mod.qh>#include <common/mutators/mutator/powerups/_mod.qh>Go to the source code of this file.
Functions | |
| REGISTER_MUTATOR (mutator_instagib, autocvar_g_instagib &&!MapInfo_LoadedGametype.m_weaponarena) | |
| REGISTER_MUTATOR | ( | mutator_instagib | , |
| autocvar_g_instagib &&!MapInfo_LoadedGametype. | m_weaponarena ) |
Definition at line 35 of file sv_instagib.qh.
References autocvar_g_instagib, g_instagib_items, IL_DELETE, IL_NEW, IL_PUSH(), ITEM_FLAG_MUTATORBLOCKED, MapInfo_LoadedGametype, MUTATOR_ONADD, and MUTATOR_ONROLLBACK_OR_REMOVE.
| bool autocvar_g_instagib |
Definition at line 27 of file sv_instagib.qh.
Referenced by REGISTER_MUTATOR(), REGISTER_MUTATOR(), and W_Vaporizer_Attack().
| int autocvar_g_instagib_extralives |
Definition at line 28 of file sv_instagib.qh.
Referenced by bumblebee_pilot_frame(), and MUTATOR_HOOKFUNCTION().
| float autocvar_g_instagib_invisibility_time |
Definition at line 30 of file sv_instagib.qh.
Referenced by instagib_replace_item_with().
| float autocvar_g_instagib_speed_time |
Definition at line 31 of file sv_instagib.qh.
Referenced by instagib_replace_item_with().
| float autocvar_g_rm |
Definition at line 8 of file sv_instagib.qh.
Referenced by instagib_ammocheck(), MUTATOR_HOOKFUNCTION(), MUTATOR_HOOKFUNCTION(), and W_Vaporizer_Attack().
| float autocvar_g_rm_damage |
Definition at line 9 of file sv_instagib.qh.
Referenced by W_RocketMinsta_Explosion().
| float autocvar_g_rm_edgedamage |
Definition at line 10 of file sv_instagib.qh.
Referenced by W_RocketMinsta_Explosion().
| float autocvar_g_rm_force |
Definition at line 11 of file sv_instagib.qh.
Referenced by W_RocketMinsta_Explosion().
| float autocvar_g_rm_laser |
Definition at line 13 of file sv_instagib.qh.
Referenced by instagib_ammocheck(), and MUTATOR_HOOKFUNCTION().
| float autocvar_g_rm_laser_count |
Definition at line 14 of file sv_instagib.qh.
Referenced by W_RocketMinsta_Attack().
| float autocvar_g_rm_laser_damage |
Definition at line 19 of file sv_instagib.qh.
Referenced by W_RocketMinsta_Attack(), and W_RocketMinsta_Laser_Damage().
| float autocvar_g_rm_laser_force |
Definition at line 25 of file sv_instagib.qh.
Referenced by W_RocketMinsta_Laser_Damage().
| float autocvar_g_rm_laser_lifetime |
Definition at line 18 of file sv_instagib.qh.
Referenced by W_RocketMinsta_Attack().
| float autocvar_g_rm_laser_radius |
Definition at line 24 of file sv_instagib.qh.
Referenced by W_RocketMinsta_Laser_Damage().
| float autocvar_g_rm_laser_rapid |
Definition at line 21 of file sv_instagib.qh.
| float autocvar_g_rm_laser_rapid_delay |
Definition at line 23 of file sv_instagib.qh.
| float autocvar_g_rm_laser_rapid_refire |
Definition at line 22 of file sv_instagib.qh.
| float autocvar_g_rm_laser_refire |
Definition at line 20 of file sv_instagib.qh.
| float autocvar_g_rm_laser_speed |
Definition at line 15 of file sv_instagib.qh.
Referenced by W_RocketMinsta_Attack().
| float autocvar_g_rm_laser_spread |
Definition at line 16 of file sv_instagib.qh.
Referenced by W_RocketMinsta_Attack().
| float autocvar_g_rm_laser_spread_random |
Definition at line 17 of file sv_instagib.qh.
Referenced by W_RocketMinsta_Attack().
| float autocvar_g_rm_radius |
Definition at line 12 of file sv_instagib.qh.
Referenced by W_RocketMinsta_Explosion().
| IntrusiveList g_instagib_items |
Definition at line 33 of file sv_instagib.qh.
Referenced by RandomItems_GetRandomInstagibItemClassName(), and REGISTER_MUTATOR().