MCPcopy 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
93void Window_SaveFile::SetHasSave(bool valid) {
94 this->has_save = valid;
95}
96
97void Window_SaveFile::Refresh() {
98 contents->Clear();

Callers 2

PopulatePartyFacesMethod · 0.80
StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected