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

Method GetFilesystemEntry

src/window_gamelist.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192FileFinder::FsEntry Window_GameList::GetFilesystemEntry() const {
193 const auto& entry = game_entries[GetIndex()];
194 return { base_fs.Create(entry.dir_name), entry.type };
195}

Callers 1

BootGameMethod · 0.80

Calls 1

CreateMethod · 0.45

Tested by

no test coverage detected