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

Method GetPos

Descent3/newui_core.cpp:463–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461 void SetPos(int16_t pos);
462 void SetRange(int16_t range);
463 int16_t GetPos() const { return m_pos; };
464 int16_t GetRange() const { return m_unitrange; };
465 void SetUnits(tSliderSettings *settings);
466

Callers 3

UnrealizeMethod · 0.45
UpdateChangesMethod · 0.45
UpdateReturnValuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected