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

Method OpenText

src/filefinder.cpp:521–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521Filesystem_Stream::InputStream FileFinder::OpenText(std::string_view name) {
522 DirectoryTree::Args args = { MakePath("Text", name), TEXT_TYPES, 1, false };
523 return open_generic_with_fallback("Text", name, args);
524}
525
526bool FileFinder::IsMajorUpdatedTree() {
527 auto fs = Game();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected