MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / GetNumProdTypes

Method GetNumProdTypes

Descent3/matcen.cpp:973–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971}
972
973char matcen::GetNumProdTypes() { return m_num_prod_types; }
974
975bool matcen::SetNumProdTypes(char num_prod_types) {
976 if (num_prod_types >= 0 && num_prod_types <= MAX_PROD_TYPES) {

Callers 4

EnableFieldsMethod · 0.80
UpdateDialogMethod · 0.80
osipf_MatcenValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected