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

Method SetCurrentOption

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

sets current option to display.

Source from the content-addressed store, hash-verified

856
857// sets current option to display.
858void newuiMenu::SetCurrentOption(int16_t id) { m_newoptionid = id; }
859
860// returns current option
861int16_t newuiMenu::GetCurrentOption() const {

Callers 3

PilotSelectFunction · 0.80
CtlConfigFunction · 0.80
OptionsMenuFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected