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

Method IsMapCompatibleWithSave

src/game_player.h:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233inline bool Game_Player::IsMapCompatibleWithSave(int map_save_count) const {
234 return data()->map_save_count == map_save_count;
235}
236
237inline bool Game_Player::IsDatabaseCompatibleWithSave(int database_save_count) const {
238 return data()->database_save_count == database_save_count;

Callers 3

SetupFromSaveMethod · 0.80
game_character.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected