Refactor API functions to standardize parameter aliases and improve documentation clarity

This commit is contained in:
2025-05-18 15:16:22 +02:00
parent b5cba11bd3
commit e0b57e39fc
7 changed files with 34 additions and 60 deletions

View File

@@ -1,10 +1,7 @@
---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param id number
---@param rollType 2
---@param 0
---@param 1
---@param 2
---@param id number
---@param rollType rollType
---Confirms the player's intent regarding an item up for loot rolling. Usable after the CONFIRM_LOOT_ROLL event fires, warning that an item binds on pickup.
function ConfirmLootRoll(id, rollType, 0, 1, 2) end
function ConfirmLootRoll(id, rollType) end