View Single Post
10/28/15, 07:02 PM   #1
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
ability tooltips

Is there any way to get ability tooltips for abilities, by abilityId, that your character does not have (without building them myself)? Like abilities from other classes.
I found these, but they only work for skills the character has (or can have).
Lua Code:
  1. SkillTooltip:SetProgressionAbility(progressionIndex, morph, rank)
  2. SkillTooltip:SetSkillAbility(skillType, lineIndex, abilityIndex)


This looks like it could be useful, but how is this used?
Lua Code:
  1. function ZO_Tooltip:LayoutAbility(abilityId, hideRank, overrideRank, pendingChampionPoints, addNewEffects)
I assumed it would be accessible from any of the tooltips, like SkillTooltip or AbilityTooltip, but its not. I also do not see a ZO_Tooltip:New() anywhere, so what has access to that function?
  Reply With Quote