m
Changed param to use API Type approriately rather than use Numeric.
(Link inventory slot ID) |
m (Changed param to use API Type approriately rather than use Numeric.) |
||
| Line 11: | Line 11: | ||
:(invSlot) | :(invSlot) | ||
:;invSlot : | :;invSlot : [[API TYPE InventorySlotID|InventorySlotID]] - The slot ID of the item being equipped | ||
==Details== | ==Details== | ||
: When the player attempts to use a Bind-on-Equip or Bind-on-Pickup item for the first time, the game triggers a confirmation dialog. This method appears to be an internal method used by that dialog which equips the item which activated the dialog if accepted. As such it should not be used by custom addons. | : When the player attempts to use a Bind-on-Equip or Bind-on-Pickup item for the first time, the game triggers a confirmation dialog. This method appears to be an internal method used by that dialog which equips the item which activated the dialog if accepted. As such it should not be used by custom addons. | ||