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

Method IsSlotValid

src/scene_load.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool Scene_Load::IsSlotValid(int index) {
38 return file_windows[index]->IsValid();
39}

Callers

nothing calls this directly

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected