Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ SetHasSave
Method
SetHasSave
src/window_savefile.cpp:93–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void Window_SaveFile::SetHasSave(bool valid) {
94
this->has_save = valid;
95
}
96
97
void Window_SaveFile::Refresh() {
98
contents->Clear();
Callers
2
PopulatePartyFaces
Method · 0.80
Start
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected