Returns information about a usable item associated with a current quest. Available for a number of quests which involve using an item (i.e. "Use the MacGuffin to summon and defeat the boss", "Use this saw to fell 12 trees", etc.)


See also Quest functions, Objectives tracking functions.

Signature:

link, icon, charges = GetQuestLogSpecialItemInfo(questIndex)

Arguments:

  • questIndex - Index of a quest log entry with an associated usable item (between 1 and GetNumQuestLogEntries()) (number)

Returns:

  • link - A hyperlink for the item (string, hyperlink)
  • icon - Path to an icon texture for the item (string)
  • charges - Number of times the item can be used, or 0 if no limit (number)