Nuclide
Software Development Kit for id Tech
|
Classes | |
struct | ammoInfo_t |
Data holding ammo variant entries. More... | |
Functions | |
string | ammoNameForNum (int ammoIndex) |
Returns the name of the specified ammo type. More... | |
int | ammoNumForName (string ammoName) |
Returns the ammo id of a given name of ammo. More... | |
int | ammoMaxForName (string ammoName) |
Returns the max ammo given name of ammo. More... | |
int | ammoMaxForNum (int ammoIndex) |
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 listAmmo. More... | |