DayZ 1.24
Loading...
Searching...
No Matches
WeaponDebug.c File Reference

Go to the source code of this file.

Classes

class  WeaponDebug
 

Enumerations

enum  eDebugMode { NORMAL , MUZZLE_FIRE , CAMERA_MUZZLE_HYBRID , COUNT }
 

Enumeration Type Documentation

◆ eDebugMode

Enumerator
NORMAL 
MUZZLE_FIRE 
CAMERA_MUZZLE_HYBRID 
COUNT 

Definition at line 1 of file WeaponDebug.c.

2{
3 NORMAL,
7};
@ CAMERA_MUZZLE_HYBRID
Definition WeaponDebug.c:5
@ COUNT
Definition WeaponDebug.c:6
@ MUZZLE_FIRE
Definition WeaponDebug.c:4
@ NORMAL
Definition WeaponDebug.c:3