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

View File

@@ -0,0 +1,9 @@
---@diagnostic disable: missing-return, lowercase-global
---@param container bagID
---@param slot number
---@return itemID gem1
---@return itemID gem2
---@return itemID gem3
---Returns the gems socketed in an item in the player's bags. The IDs returned refer to the gems themselves (not the enchantments they provide), and thus can be passed to GetItemInfo() to get a gem's name, quality, icon, etc.
function GetContainerItemGems(container, slot) end