MCPcopy 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
89bool Window_SaveFile::HasParty() const {
90 return has_party;
91}
92
93void Window_SaveFile::SetHasSave(bool valid) {
94 this->has_save = valid;

Callers 1

vUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected