MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / IsRealNameStringId

Function IsRealNameStringId

src/openrct2/localisation/Formatting.cpp:663–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661 template void FormatArgument(FormatBuffer&, FormatToken, std::string_view);
662
663 bool IsRealNameStringId(StringId id)
664 {
665 return id >= kRealNameStart && id <= kRealNameEnd;
666 }
667
668 FmtString GetFmtStringById(StringId id)
669 {

Callers 3

FormatRealNameFunction · 0.85
FormatStringAnyFunction · 0.85
FormatStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected