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 string mapFileName
---@return number textureHeight
---@return string textureWidth
---@return boolean isMicroDungeon
---@return string microDungeonMapName
---@return string mapFileName
---@return number textureHeight
---@return string textureWidth
---@return boolean isMicroDungeon
---@return string microDungeonMapName
---Returns information about the current world map texture. World map images are broken into several tiles; the full texture paths follow the format "Interface\\WorldMap\\"..mapFileName.."\\"..mapFileName..i, where i is a number between 1 and 12 (or in a zone with multiple area images, "Interface\\WorldMap\\"..mapFileName.."\\"..mapFileName..dungeonLevel.."_"..i, where dungeonLevel is a number between 1 and GetNumDungeonMapLevels()). World map images are 4 tiles wide and 3 tiles high.
function GetMapInfo() end
function GetMapInfo() end