Nuclide
Software Development Kit for id Tech
|
Data holding ammo variant entries. More...
Public Attributes | |
string | m_strName |
Name of the ammo type. More... | |
string | m_strTitle |
Title of the ammo type. More... | |
int | m_iMax |
Maximum reserve ammo of the type. More... | |
Data holding ammo variant entries.
int ammoInfo_t::m_iMax |
Maximum reserve ammo of the type.
Values <= 0 are infinite.
string ammoInfo_t::m_strName |
Name of the ammo type.
E.g. 'ammo_snowballs'
string ammoInfo_t::m_strTitle |
Title of the ammo type.
E.g. 'Snowballs'