Nuclide
Software Development Kit for id Tech
ammo.h File Reference

Go to the source code of this file.

Functions

string ammoNameForNum (int)
 Returns the name of the specified ammo type. More...
 
int ammoNumForName (string)
 Returns the ammo id of a given name of ammo. More...
 
int ammoMaxForName (string)
 Returns the max ammo given name of ammo. More...
 
int ammoMaxForNum (int)
 Returns the max ammo given name of ammo. More...
 
void Ammo_Init (void)
 Called by Nuclide in CSQC_Init(). More...
 
void Ammo_DebugList (void)
 Called by the listAmmo console command. More...