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

Method GetUIDescription

src/Commands/FrameByFrame.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27const wchar_t* FrameByFrameCommandClass::GetUIDescription() const
28{
29 return GeneralUtils::LoadStringUnlessMissing("TXT_FRAME_BY_FRAME_DESC", L"Enter or exit frame by frame mode.");
30}
31
32void FrameByFrameCommandClass::Execute(WWKey eInput) const
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected