MCPcopy 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
523char matcen::GetControlType() { return m_control_type; }
524
525bool matcen::SetControlType(char type) {
526 if (type >= 0 && type < MAX_MATCEN_CONTROL_TYPES) {

Callers 2

UpdateDialogMethod · 0.80
osipf_MatcenValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected