ClearCursor

From Warcraft Wiki
Jump to navigation Jump to search

Clears any objects from the cursor.

ClearCursor()

Parameters

Arguments

none

Returns

none

Example

ClearCursor();
PickUpContainerItem(0,1);

Results

Picks up the item in the first slot of your backpack. Does not exchange items in bags/inventory, does not attempt to enchant or cast spells on the item.

Details

This function was added in patch 1.12 (The Drums of War).