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

Method IsDatabaseCompatibleWithSave

src/game_player.h:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237inline bool Game_Player::IsDatabaseCompatibleWithSave(int database_save_count) const {
238 return data()->database_save_count == database_save_count;
239}
240
241inline void Game_Player::UpdateSaveCounts(int db_save_count, int map_save_count) {
242 data()->database_save_count = db_save_count;

Callers 3

SetupFromSaveMethod · 0.80
game_character.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected