Nuclide
Software Development Kit for id Technology (BETA)
ammoAPI_t Struct Reference

About this class

Ammo library.

Public Member Functions

string NameForNum (int ammoID)
 Find out the internal name of an ammo ID. More...
 
int NumForName (string ammoName)
 Get the internal ID of an ammo type. More...
 
int MaxForName (string ammoName)
 Find out the maximum ammo of a named ammo type. More...
 
int MaxForNum (int ammoID)
 Find out the maximum ammo of a ammo type given the ID. More...
 

Member Function Documentation

◆ MaxForName()

int ammoAPI_t::MaxForName ( string  ammoName)

Find out the maximum ammo of a named ammo type.

Parameters
ammoNameis the name of the ammo type, such as "ammo_bullets".
Returns
the max ammo given name of ammo. Returns 0i when invalid.

◆ MaxForNum()

int ammoAPI_t::MaxForNum ( int  ammoID)

Find out the maximum ammo of a ammo type given the ID.

Parameters
ammoIDis the unique identifier for an ammo type.
Returns
integer value containing the max ammo count. Returns 0i when invalid.

◆ NameForNum()

string ammoAPI_t::NameForNum ( int  ammoID)

Find out the internal name of an ammo ID.

These match the names provided in the ammo decl.

Parameters
ammoIDis the unique identifier for an ammo type.
Returns
string containing the name of the specified ammo type. Returns __NULL__ when invalid.

◆ NumForName()

int ammoAPI_t::NumForName ( string  ammoName)

Get the internal ID of an ammo type.

Parameters
ammoNameis the name of the ammo type, such as "ammo_shells".
Returns
the ammo id of a given name of ammo. Return -1i when invalid.

The documentation for this struct was generated from the following file: