Returns a hyperlink for an item in the player's bags


See also Container functions, Hyperlink functions.

Signature:

link = GetContainerItemLink(container, slot)

Arguments:

  • container - Index of one of the player's bags or other containers (number, containerID)
  • slot - Index of an item slot within the container (number, containerSlotID)

Returns:

  • link - A hyperlink for the item (string, hyperlink)