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

Method GetUIDescription

src/Commands/ObjectInfo.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32const wchar_t* ObjectInfoCommandClass::GetUIDescription() const
33{
34 return GeneralUtils::LoadStringUnlessMissing("TXT_DUMP_OBJECT_INFO_DESC", L"Dump ObjectInfo to log file and display it.");
35}
36
37void ObjectInfoCommandClass::Execute(WWKey eInput) const
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected