int ammoMaxForNum(int)
Returns the max ammo given name of ammo.
Definition: AmmoManager.qc:63
void Ammo_DebugList(void)
Called by the listAmmo console command.
Definition: AmmoManager.qc:97
int ammoMaxForName(string)
Returns the max ammo given name of ammo.
Definition: AmmoManager.qc:51
void Ammo_Init(void)
Called by Nuclide in CSQC_Init().
Definition: AmmoManager.qc:69
string ammoNameForNum(int)
Returns the name of the specified ammo type.
Definition: AmmoManager.qc:28
int ammoNumForName(string)
Returns the ammo id of a given name of ammo.
Definition: AmmoManager.qc:39