| 30 | } |
| 31 | |
| 32 | const 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 | |
| 37 | void ObjectInfoCommandClass::Execute(WWKey eInput) const |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected