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

Function FromFile

src/openrct2/localisation/LanguagePack.cpp:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293namespace OpenRCT2::LanguagePackFactory
294{
295 std::unique_ptr<ILanguagePack> FromFile(uint16_t id, const utf8* path)
296 {
297 auto languagePack = LanguagePack::FromFile(id, path);
298 return languagePack;
299 }
300
301 std::unique_ptr<ILanguagePack> FromLanguageId(uint16_t id)
302 {

Callers 2

FromLanguageIdFunction · 0.85
LoadThemeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected