MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetParty

Method SetParty

src/window_savefile.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void Window_SaveFile::SetParty(lcf::rpg::SaveTitle title) {
77 data = std::move(title);
78 has_party = true;
79}
80
81void Window_SaveFile::SetCorrupted(bool corrupted) {
82 this->corrupted = corrupted;

Callers 1

PopulatePartyFacesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected