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

Method GetMapId

src/game_map.cpp:1497–1499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1495}
1496
1497int Game_Map::GetMapId() {
1498 return Main_Data::game_player->GetMapId();
1499}
1500
1501void Game_Map::PrintPathToMap() {
1502 const auto* current_info = &GetMapInfo();

Callers 4

UpdateMethod · 0.45
OnEncounterEndFunction · 0.45
IsAnyMovePendingMethod · 0.45
RemoveAllPendingMovesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected