Initial commit

This commit is contained in:
2024-12-16 13:13:08 +01:00
commit c8d4f32d5d
3093 changed files with 18304 additions and 0 deletions

33
api/GetCursorInfo.lua Normal file
View File

@@ -0,0 +1,33 @@
---@diagnostic disable: missing-return, lowercase-global
---@return spell type
---@return battlepet
---@return companion
---@return equipmentset
---@return flyout
---@return guildbankmoney
---@return item
---@return macro
---@return merchant
---@return money
---@return petaction
---@return spell
---@return spellbookID data
---@return battlepet
---@return number companion
---@return string equipmentset
---@return number guildbankmoney
---@return itemID item
---@return macroID macro
---@return number merchant
---@return number money
---@return petaction
---@return spellbookID spell
---@return data subType
---@return data companion
---@return hyperlink item
---@return data spell
---@return spell subData
---@return spell
---Returns information about the contents of the cursor
function GetCursorInfo() end