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

Function LanguageFreeObjectString

src/openrct2/localisation/Language.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 void LanguageFreeObjectString(StringId stringId)
98 {
99 auto& localisationService = GetContext()->GetLocalisationService();
100 localisationService.FreeObjectString(stringId);
101 }
102
103 StringId LanguageAllocateObjectString(const std::string& target)
104 {

Callers 15

UnloadMethod · 0.85
UnloadMethod · 0.85
UnloadMethod · 0.85
UnloadMethod · 0.85
UnloadMethod · 0.85
UnloadMethod · 0.85
UnloadMethod · 0.85
UnloadMethod · 0.85
UnloadMethod · 0.85
UnloadMethod · 0.85
UnloadMethod · 0.85
UnloadMethod · 0.85

Calls 2

GetContextFunction · 0.85
FreeObjectStringMethod · 0.80

Tested by

no test coverage detected