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

Method GetUIName

src/Commands/SaveVariablesToFile.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11const wchar_t* SaveVariablesToFileCommandClass::GetUIName() const
12{
13 return GeneralUtils::LoadStringUnlessMissing("TXT_SAVE_VARIABLES", L"Save Variables to File");
14}
15
16const wchar_t* SaveVariablesToFileCommandClass::GetUICategory() const
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected