-
-
Notifications
You must be signed in to change notification settings - Fork 14
RegisterShowItemLocation API Documentation
plusmouse edited this page Mar 19, 2024
·
1 revision
-- Set the callback used when an item's location is clicked in the /syns search results
-- callback: function(mode, entity, container, itemLink, searchText)
-- mode: "character" or "guild"
-- entity: Name of character or guild
-- container: "bag", "bank" or guild bank tab (number)
-- itemLink: Item Link for the item who's owner has been clicked on
-- searchText: Search text to help focus the item
Syndicator.API.RegisterShowItemLocation(callback)