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

Method LoadStringUnlessMissing

src/Utilities/GeneralUtils.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46const wchar_t* GeneralUtils::LoadStringUnlessMissing(const char* key, const wchar_t* defaultValue)
47{
48 return wcsstr(LoadStringOrDefault(key, defaultValue), L"MISSING:") ? defaultValue : LoadStringOrDefault(key, defaultValue);
49}
50
51std::vector<CellStruct> GeneralUtils::AdjacentCellsInRange(unsigned int range)
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected