int ammoMaxForNum(int)
Returns the max ammo given name of ammo.
Definition ammo.qc:58
void Ammo_DebugList(void)
Called by the listAmmo console command.
Definition ammo.qc:92
int ammoMaxForName(string)
Returns the max ammo given name of ammo.
Definition ammo.qc:46
void Ammo_Init(void)
Called by Nuclide in CSQC_Init().
Definition ammo.qc:64
string ammoNameForNum(int)
Returns the name of the specified ammo type.
Definition ammo.qc:28
int ammoNumForName(string)
Returns the ammo id of a given name of ammo.
Definition ammo.qc:34