| 24 | } |
| 25 | |
| 26 | void SaveVariablesToFileCommandClass::Execute(WWKey eInput) const |
| 27 | { |
| 28 | MessageListClass::Instance.PrintMessage( |
| 29 | L"Variables saved.", |
| 30 | RulesClass::Instance->MessageDelay, |
| 31 | HouseClass::CurrentPlayer->ColorSchemeIndex, |
| 32 | true |
| 33 | ); |
| 34 | |
| 35 | ScenarioExt::ExtData::SaveVariablesToFile(false); |
| 36 | ScenarioExt::ExtData::SaveVariablesToFile(true); |
| 37 | } |
nothing calls this directly
no outgoing calls
no test coverage detected