MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / Execute

Method Execute

src/Commands/SaveVariablesToFile.cpp:26–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected