Files
wow_Meta/api/ZoomOut.lua
2025-05-04 14:35:26 +02:00

5 lines
350 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Sets the world map to show the area containing its current area. Only used by the default UI in certain circumstances: to "zoom out" from a multi-level map (e.g. Dalaran or a dungeon) to the containing zone/continent. May cause problems when not used in such cases.
function ZoomOut() end