int ammoMaxForNum(int)
Returns the max ammo given name of ammo.
Definition: ammo.qc:43
void Ammo_DebugList(void)
Called by the listAmmo console command.
Definition: ammo.qc:75
int ammoMaxForName(string)
Returns the max ammo given name of ammo.
Definition: ammo.qc:31
void Ammo_Init(void)
Called by Nuclide in CSQC_Init().
Definition: ammo.qc:49
string ammoNameForNum(int)
Returns the name of the specified ammo type.
Definition: ammo.qc:13
int ammoNumForName(string)
Returns the ammo id of a given name of ammo.
Definition: ammo.qc:19