Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyRPG/Player
/ SetDisplayOverride
Method
SetDisplayOverride
src/window_savefile.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void Window_SaveFile::SetDisplayOverride(const std::string& name, int index) {
72
override_name = name;
73
override_index = index;
74
}
75
76
void Window_SaveFile::SetParty(lcf::rpg::SaveTitle title) {
77
data = std::move(title);
Callers
1
PopulateSaveWindow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected