int ammoMaxForNum(int)
Returns the max ammo given name of ammo.
Definition: ammo.qc:60
void Ammo_DebugList(void)
Called by the listAmmo console command.
Definition: ammo.qc:94
int ammoMaxForName(string)
Returns the max ammo given name of ammo.
Definition: ammo.qc:48
void Ammo_Init(void)
Called by Nuclide in CSQC_Init().
Definition: ammo.qc:66
string ammoNameForNum(int)
Returns the name of the specified ammo type.
Definition: ammo.qc:30
int ammoNumForName(string)
Returns the ammo id of a given name of ammo.
Definition: ammo.qc:36