Code format

This commit is contained in:
2025-05-04 14:32:03 +02:00
parent c0337ef97f
commit 93b45ac12e
3012 changed files with 8372 additions and 9301 deletions

View File

@@ -1,9 +1,9 @@
---@diagnostic disable: missing-return, lowercase-global
---@return number dungeonLevel
---@return number x1
---@return number y1
---@return number x2
---@return number y2
---@return number dungeonLevel
---@return number x1
---@return number y1
---@return number x2
---@return number y2
---Returns which map image is currently selected on the world map (for zones which use more than one map image). Used in zones with more than one "floor" or area, such as Dalaran and several Wrath of the Lich King dungeons and raids. More than one map image may contain the player's current location; if the world map has not been explicitly set to show a particular area, this returns whichever is the "best" match. The coordinates provided are used to place the different dungeon maps relative to each other.
function GetCurrentMapDungeonLevel() end
function GetCurrentMapDungeonLevel() end