Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
534
char matcen::GetNumSpawnPnts() { return m_num_spawn_pnts; }
535
536
bool matcen::SetNumSpawnPnts(char num_s) {
537
if (num_s >= 0 && num_s <= MAX_SPAWN_PNTS) {
Callers
3
EnableFields
Method · 0.80
UpdateDialog
Method · 0.80
osipf_MatcenValue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected