WoW API: CursorCanGoInSlot
Jump to navigation
Jump to search
Determines if the item in the cursor can be equipped in the specified inventory slot. Always returns 1 for bank bag slots.
isTrue = CursorCanGoInSlot(invSlot)
Arguments
- (invSlot)
- arg1
- Number - Inventory Slot
Returns
- isTrue
- Boolean - 1 if true, nil otherwise