Files
wow_Meta/api/ClickTargetTradeButton.lua
2024-12-16 13:13:08 +01:00

5 lines
557 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---Interacts with an item in a slot offered for trade by the target. Only meaningful when used with the last (7th) trade slot: if an enchantment-type spell is currently awaiting a target (i.e. the glowing hand cursor is showing), targets the item in the given trade slot for the enchantment. (The enchantment to be applied then shows for both parties in the trade, but is not actually performed until both parties accept the trade.)
function ClickTargetTradeButton(index) end