This commit is contained in:
2024-11-07 23:12:37 +01:00
parent a67a1d8f40
commit f7c91862a0
3089 changed files with 18209 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
---@diagnostic disable: missing-return, lowercase-global
---@return string name
---@return scenario type
---@return arena
---@return none
---@return party
---@return pvp
---@return raid
---@return scenario
---@return 24 difficulty
---@return 0
---@return 1
---@return 2
---@return 3
---@return 4
---@return 5
---@return 6
---@return 7
---@return 8
---@return 9
---@return 10
---@return 11
---@return 12
---@return 13
---@return 14
---@return 15
---@return 16
---@return 17
---@return 18
---@return 19
---@return 20
---@return 21
---@return 22
---@return 23
---@return 24
---@return string difficultyName
---@return number maxPlayers
---@return number playerDifficulty
---@return boolean isDynamicInstance
---@return number mapID
---@return number instanceGroupSize
---Returns instance information about the current area
function GetInstanceInfo() end