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

Method GetFullPath

src/filesystem.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226std::string FilesystemView::GetFullPath() const {
227 assert(fs);
228 return FileFinder::MakePath(GetBasePath(), GetSubPath());
229}
230
231const Filesystem& FilesystemView::GetOwner() const {
232 assert(fs);

Callers 12

StartMethod · 0.80
RefreshAudioSoundfontMethod · 0.80
RefreshEngineFontMethod · 0.80
SelectLanguageMethod · 0.80
RequestAndAddMapMethod · 0.80
GetFontFilesystemMethod · 0.80
game_config.cppFile · 0.80
BootGameMethod · 0.80
GetPathInsideGamePathMethod · 0.80
GetFullFilesystemPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected