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

Method GetUIDescription

src/Commands/QuickSave.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25const wchar_t* QuickSaveCommandClass::GetUIDescription() const
26{
27 return GeneralUtils::LoadStringUnlessMissing("TXT_QUICKSAVE_DESC", L"Save the current game.");
28}
29
30void QuickSaveCommandClass::Execute(WWKey eInput) const
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected