Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DescentDevelopers/Descent3
/ GetControlType
Method
GetControlType
Descent3/matcen.cpp:523–523 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
521
}
522
523
char matcen::GetControlType() { return m_control_type; }
524
525
bool matcen::SetControlType(char type) {
526
if (type >= 0 && type < MAX_MATCEN_CONTROL_TYPES) {
Callers
2
UpdateDialog
Method · 0.80
osipf_MatcenValue
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected