doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Enumerations
Weapon.h File Reference

Go to the source code of this file.

Classes

class  idWeapon
 

Typedefs

typedef int ammo_t
 

Enumerations

enum  weaponStatus_t {
  WP_READY, WP_OUTOFAMMO, WP_RELOAD, WP_HOLSTERED,
  WP_RISING, WP_LOWERING
}
 

Typedef Documentation

typedef int ammo_t

Definition at line 53 of file Weapon.h.

Enumeration Type Documentation

Enumerator
WP_READY 
WP_OUTOFAMMO 
WP_RELOAD 
WP_HOLSTERED 
WP_RISING 
WP_LOWERING 

Definition at line 44 of file Weapon.h.