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

Method GetUIDescription

src/Commands/ToggleDigitalDisplay.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21const wchar_t* ToggleDigitalDisplayCommandClass::GetUIDescription() const
22{
23 return GeneralUtils::LoadStringUnlessMissing("TXT_DIGITAL_DISPLAY_DESC", L"Show/hide digital display of unit data.");
24}
25
26void ToggleDigitalDisplayCommandClass::Execute(WWKey eInput) const
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected