m
added information stating that this does not work if one of the modifier keys is pressed, and that this even fires when a player _left_ clicks, not right clicks.
m (Robot: Removing selflinks) |
m (added information stating that this does not work if one of the modifier keys is pressed, and that this even fires when a player _left_ clicks, not right clicks.) |
||
| Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Wildcard function usually called when a player clicks on a slot in their bags. Functionality includes picking up the item from a specific bag slot, putting the item into a specific bag slot, and applying enchants (including poisons and sharpening stones) to the item in a specific bag slot. | Wildcard function usually called when a player left clicks on a slot in their bags. Functionality includes picking up the item from a specific bag slot, putting the item into a specific bag slot, and applying enchants (including poisons and sharpening stones) to the item in a specific bag slot, except if one of the Modifier Keys is pressed. | ||
PickupContainerItem(bagID, slot); | PickupContainerItem(bagID, slot); | ||