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

Method OpenFile

src/filesystem.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199Filesystem_Stream::InputStream Filesystem::OpenFile(std::string_view filename, const Span<const std::string_view> exts) const {
200 return OpenInputStream(tree->FindFile(filename, exts));
201}
202
203Filesystem_Stream::InputStream Filesystem::OpenFile(std::string_view directory, std::string_view filename, const Span<const std::string_view> exts) const {
204 return OpenInputStream(tree->FindFile(directory, filename, exts));

Callers 11

OnBgmInelukiReadyMethod · 0.80
OnSeInelukiReadyMethod · 0.80
LoadLogosMethod · 0.80
InitTranslationsMethod · 0.80
CreateMethod · 0.80
CreateGameObjectsMethod · 0.80
LoadMethod · 0.80
open_genericFunction · 0.80

Calls 1

FindFileMethod · 0.45

Tested by

no test coverage detected