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

Method GetUIDescription

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

Source from the content-addressed store, hash-verified

19}
20
21const wchar_t* ToggleDesignatorRangeCommandClass::GetUIDescription() const
22{
23 return GeneralUtils::LoadStringUnlessMissing("TXT_DESIGNATOR_RANGE_DESC", L"Show/hide designator range when targeting superweapons.");
24}
25
26void ToggleDesignatorRangeCommandClass::Execute(WWKey eInput) const
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected