Game (functions)/Map and Adventure Control/Table

From PMDOWiki
Revision as of 20:53, 17 January 2026 by Imbion (talk | contribs) (Created page with "{| class="wikitable" |- ! Function !! Description |- | GetCurrentGround || Returns the current ground map. |- | GetCurrentFloor||Returns the current dungeon map. |- | GetCurrentDungeon || Returns the current zone (aka dungeon). |- | EnterGroundMap || Enter the specified ground map. |- | EnterDungeon || Enter the specified dungeon. |- | ContinueDungeon || Enter the zone and continue the current ongoing adventure. |- | EndDungeonRun|| Enter the zone and continue the curre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Function Description
GetCurrentGround Returns the current ground map.
GetCurrentFloor Returns the current dungeon map.
GetCurrentDungeon Returns the current zone (aka dungeon).
EnterGroundMap Enter the specified ground map.
EnterDungeon Enter the specified dungeon.
ContinueDungeon Enter the zone and continue the current ongoing adventure.
EndDungeonRun Enter the zone and continue the current ongoing adventure.
EnterZone Enter the zone and begin an adventure.