Nuclide
Software Development Kit for id Technology (BETA)
|
Public Member Functions | |
string | NameForNum (int) |
Returns the name of the specified ammo type. More... | |
int | NumForName (string) |
Returns the ammo id of a given name of ammo. More... | |
int | MaxForName (string) |
Returns the max ammo given name of ammo. More... | |
int | MaxForNum (int) |
Returns the max ammo given name of ammo. More... | |
int ammoAPI_t::MaxForName | ( | string | ) |
Returns the max ammo given name of ammo.
Returns 0 when invalid.
int ammoAPI_t::MaxForNum | ( | int | ) |
Returns the max ammo given name of ammo.
Returns 0 when invalid.
string ammoAPI_t::NameForNum | ( | int | ) |
Returns the name of the specified ammo type.
Returns NULL when invalid.
int ammoAPI_t::NumForName | ( | string | ) |
Returns the ammo id of a given name of ammo.
Return -1 when invalid.