Returns skill point reward info for the selected quest in the quest log
See also Quest functions, Skill functions.
Signature:
skillName,
icon,
points
=
GetQuestLogRewardSkillPoints()
Returns:
skillName
- Localized name of the skill that will receive the points (string
)icon
- Path to the icon of the skill (string
)points
- Amount of skill points that will be rewarded (number
)