Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
609
inline int Game_System::GetSaveCount() {
610
return data.save_count;
611
}
612
613
inline void Game_System::IncSaveCount() {
614
++data.save_count;
Callers
1
Other
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected