WoW API: CursorCanGoInSlot

From AddOn Studio
Revision as of 04:29, 23 April 2008 by WoWWiki>Baudzilla (Added notes for CursorCanGoInSlot)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < CursorCanGoInSlot

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