Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
973
char matcen::GetNumProdTypes() { return m_num_prod_types; }
974
975
bool matcen::SetNumProdTypes(char num_prod_types) {
976
if (num_prod_types >= 0 && num_prod_types <= MAX_PROD_TYPES) {
Callers
4
DetermineRequiredPages
Method · 0.80
EnableFields
Method · 0.80
UpdateDialog
Method · 0.80
osipf_MatcenValue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected