WoW API: ClearCursor

From AddOn Studio
Revision as of 04:45, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API ClearCursor to API ClearCursor without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < ClearCursor

Clears the in-game cursor, returning the object held to its original position (equivalent to right-clicking while holding something on the cursor).

ClearCursor()

Parameters[edit]

Arguments[edit]

none

Returns[edit]

none

Example[edit]

ClearCursor();
PickUpContainerItem(0,1);

Results[edit]

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[edit]

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