WoW API: CursorHasItem

From AddOn Studio
Jump to navigation Jump to search

WoW API < CursorHasItem


Returns 1 if the cursor currently holds an item, nil otherwise.

hasItem = CursorHasItem()


Arguments[edit]

nil

Returns[edit]

hasItem
Boolean - Whether the cursor is holding an item.

Note[edit]

This function returns nil if the item on the cursor is a merchant item (e.g. an item that was not picked up via PickupContainerItem).