WoW:API DeleteCursorItem: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
Destroys the item currently held by the cursor.
Destroys the item currently held by the cursor.


'''This does not deselect the item, this destroys it'''
'''This does not deselect the item, this destroys it.''' Try [[API PutItemInBackpack|PutItemInBackpack]] to deselect the item.


No return value.
No return value.

Revision as of 20:08, 18 January 2006

Destroys the item currently held by the cursor.

This does not deselect the item, this destroys it. Try PutItemInBackpack to deselect the item.

No return value.



Template:WoW API