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

Method GetProdMultiplier

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

Source from the content-addressed store, hash-verified

1031}
1032
1033float matcen::GetProdMultiplier() { return m_speed_multi; }
1034
1035bool matcen::SetProdMultiplier(float multi) {
1036 if (multi >= 0.0f) {

Callers 2

UpdateDialogMethod · 0.80
osipf_MatcenValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected