Returns a hyperlink for an item available as loot. Returns nil if the loot slot is empty or contains money.
See also Loot functions, Hyperlink functions.
Signature:
link
=
GetLootSlotLink(slot)
Arguments:
slot
- Index of a loot slot (between 1 andGetNumLootItems()
) (number
)
Returns:
link
- A hyperlink for the item (string
)