MCPcopy Create free account
hub / github.com/EasyRPG/Player / GetTranslationFilesystem

Method GetTranslationFilesystem

src/translation.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56
57
58FilesystemView Tr::GetTranslationFilesystem() {
59 return Player::translation.GetRootTree();
60}
61
62bool Tr::HasActiveTranslation() {
63 return !GetCurrentTranslationId().empty();

Callers

nothing calls this directly

Calls 1

GetRootTreeMethod · 0.80

Tested by

no test coverage detected