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

Method GetNumSpawnPnts

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

Source from the content-addressed store, hash-verified

532}
533
534char matcen::GetNumSpawnPnts() { return m_num_spawn_pnts; }
535
536bool matcen::SetNumSpawnPnts(char num_s) {
537 if (num_s >= 0 && num_s <= MAX_SPAWN_PNTS) {

Callers 3

EnableFieldsMethod · 0.80
UpdateDialogMethod · 0.80
osipf_MatcenValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected