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

Method GetSaveCount

src/game_system.h:609–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609inline int Game_System::GetSaveCount() {
610 return data.save_count;
611}
612
613inline void Game_System::IncSaveCount() {
614 ++data.save_count;

Callers 1

OtherMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected