Files
wow_Meta/api/SetDungeonMapLevel.lua
2025-05-04 15:15:00 +02:00

7 lines
344 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param level number
---Sets the world map to display a certain map image (for zones that use multiple map images). Used in zones with more than one "floor" or area such as Dalaran and several Wrath of the Lich King dungeons and raids.
function SetDungeonMapLevel(level) end