| 37 | } |
| 38 | |
| 39 | void StatisticInfoControl::command_StatisticInfo(const MyGUI::UString& _commandName, bool& _result) |
| 40 | { |
| 41 | getRoot()->setVisible(!getRoot()->getVisible()); |
| 42 | SettingsManager::getInstance().setValue("Controls/StatisticInfoControl/Visible", getRoot()->getVisible()); |
| 43 | |
| 44 | _result = true; |
| 45 | } |
| 46 | |
| 47 | void StatisticInfoControl::notifyFrameStart(float _time) |
| 48 | { |
nothing calls this directly
no test coverage detected