Nuclide
Software Development Kit for id Tech
ammoInfo_t Struct Reference

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...
 

Detailed Description

Data holding ammo variant entries.

Member Data Documentation

◆ m_iMax

int ammoInfo_t::m_iMax

Maximum reserve ammo of the type.

Values <= 0 are infinite.

◆ m_strName

string ammoInfo_t::m_strName

Name of the ammo type.

E.g. 'ammo_snowballs'

◆ m_strTitle

string ammoInfo_t::m_strTitle

Title of the ammo type.

E.g. 'Snowballs'


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