Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
bool Scene_Load::IsSlotValid(int index) {
38
return file_windows[index]->IsValid();
39
}
Callers
nothing calls this directly
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected