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

Method GetUIDescription

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

Source from the content-addressed store, hash-verified

19}
20
21const wchar_t* DamageDisplayCommandClass::GetUIDescription() const
22{
23 return GeneralUtils::LoadStringUnlessMissing("TXT_DISPLAY_DAMAGE_DESC", L"Display exact number of damage dealt to units & buildings on them.");
24}
25
26void DamageDisplayCommandClass::Execute(WWKey eInput) const
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected