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

Method StartFromSave

src/scene_map.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void Scene_Map::StartFromSave(int from_save_id) {
100 this->from_save_id = from_save_id;
101 Start();
102}
103
104void Scene_Map::Start2(MapUpdateAsyncContext actx) {
105 PreUpdate(actx);

Callers 1

LoadSavegameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected