Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sv_running_guns.qc File Reference
#include "sv_running_guns.qh"
Include dependency graph for sv_running_guns.qc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 MUTATOR_HOOKFUNCTION (running_guns, SetDefaultAlpha)
 REGISTER_MUTATOR (running_guns, autocvar_g_running_guns)

Variables

bool autocvar_g_running_guns

Function Documentation

◆ MUTATOR_HOOKFUNCTION()

MUTATOR_HOOKFUNCTION ( running_guns ,
SetDefaultAlpha  )

Definition at line 6 of file sv_running_guns.qc.

7{
10 return true;
11}
float default_weapon_alpha
Definition world.qh:73
float default_player_alpha
Definition world.qh:72

References default_player_alpha, default_weapon_alpha, and SetDefaultAlpha().

◆ REGISTER_MUTATOR()

REGISTER_MUTATOR ( running_guns ,
autocvar_g_running_guns  )

Variable Documentation

◆ autocvar_g_running_guns

bool autocvar_g_running_guns

Definition at line 3 of file sv_running_guns.qc.

Referenced by REGISTER_MUTATOR().