Files
wow_Meta/api/ZoomOut.lua
2024-12-16 13:13:08 +01:00

4 lines
349 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