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