Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ HasParty
Method
HasParty
src/window_savefile.cpp:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
bool Window_SaveFile::HasParty() const {
90
return has_party;
91
}
92
93
void Window_SaveFile::SetHasSave(bool valid) {
94
this->has_save = valid;
Callers
1
vUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected