Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ GetCurrentTranslationFilesystem
Method
GetCurrentTranslationFilesystem
src/translation.cpp:74–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
FilesystemView Tr::GetCurrentTranslationFilesystem() {
75
return Player::translation.GetRootTree().Subtree(GetCurrentTranslationId());
76
}
77
78
void Translation::Reset()
79
{
Callers
nothing calls this directly
Calls
2
Subtree
Method · 0.80
GetRootTree
Method · 0.80
Tested by
no test coverage detected