View Single Post
10-27-23, 02:07 PM   #3
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,335
I'd take a look at these two. Be aware they may be protected functions despite not being labeled as such.

PickupSpell()
PlaceAction()

Note: The Pickup/Place functions are what facilitate the drag-and-drop system and as such manipulate what's being held by the cursor.
You may want to call ClearCursor() first to make sure it isn't holding anything if you wish to do this in code.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)

Last edited by SDPhantom : 10-28-23 at 05:21 AM. Reason: Fixed link for PickupSpell()
  Reply With Quote