Quake II RTX doxygen  1.0 dev
mz_params_t Struct Reference

#include <client.h>

Public Attributes

int entity
 
int weapon
 
int silenced
 

Detailed Description

Definition at line 672 of file client.h.

Member Data Documentation

◆ entity

int mz_params_t::entity

Definition at line 673 of file client.h.

Referenced by CL_MuzzleFlash(), CL_MuzzleFlash2(), and CL_ParseMuzzleFlashPacket().

◆ silenced

int mz_params_t::silenced

Definition at line 675 of file client.h.

Referenced by CL_MuzzleFlash(), and CL_ParseMuzzleFlashPacket().

◆ weapon

int mz_params_t::weapon

Definition at line 674 of file client.h.

Referenced by CL_MuzzleFlash(), CL_MuzzleFlash2(), and CL_ParseMuzzleFlashPacket().