Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
void Window_SaveFile::SetParty(lcf::rpg::SaveTitle title) {
77
data = std::move(title);
78
has_party = true;
79
}
80
81
void Window_SaveFile::SetCorrupted(bool corrupted) {
82
this->corrupted = corrupted;
Callers
1
PopulatePartyFaces
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected