- ingame/tooltip/achievementtooltips.lua:61 --
bodySection:AddLine(zo_strformat(SI_ACHIEVEMENTS_DESCRIPTION, description), self:GetStyle("flavorText"))
- ingame/tooltip/avatooltips.lua:17 --
bodySection:AddLine(zo_strformat(SI_GAMEPAD_CAMPAIGN_BONUSES_DESCRIPTION_HEADER_WITH_AMOUNT, bonusIcon, data.countText), self:GetStyle("bodyHeader"))
- ingame/tooltip/avatooltips.lua:19 --
bodySection:AddLine(zo_strformat(SI_GAMEPAD_CAMPAIGN_BONUSES_DESCRIPTION_HEADER_WITHOUT_AMOUNT, bonusIcon), self:GetStyle("bodyHeader"))
- ingame/tooltip/avatooltips.lua:22 --
bodySection:AddLine(data.description, self:GetStyle("bodyDescription"))
- ingame/tooltip/championtooltips.lua:24 --
bodySection:AddLine(constellationDescription, self:GetStyle("bodyDescription"))
- ingame/tooltip/charactertooltips.lua:42 --
bodySection:AddLine(zo_strformat(statDescription, GetPlayerStat(statType)))
- ingame/tooltip/collectionstooltips.lua:72 --
bodySection:AddLine(formattedDescription, descriptionStyle)
- ingame/tooltip/collectionstooltips.lua:76 --
bodySection:AddLine(PURCHASED_TEXT, descriptionStyle)
- ingame/tooltip/collectionstooltips.lua:81 --
bodySection:AddLine(formattedHint, descriptionStyle)
- ingame/tooltip/collectionstooltips.lua:89 --
bodySection:AddLine(formattedEmoteString, descriptionStyle, self:GetStyle("collectionsPersonality"))
- ingame/tooltip/collectionstooltips.lua:118 --
bodySection:AddLine(GetString(SI_COLLECTIBLE_TOOLTIP_NOT_USABLE_BY_CHARACTER), descriptionStyle, self:GetStyle("failed"))
- ingame/tooltip/collectionstooltips.lua:123 --
bodySection:AddLine(formattedBlockReason, descriptionStyle, self:GetStyle("failed"))
- ingame/tooltip/grouptooltips.lua:8 --
bodySection:AddLine(errorText, self:GetStyle("groupDescription"), self:GetStyle("groupDescriptionError"))
- ingame/tooltip/grouptooltips.lua:10 --
bodySection:AddLine(bodyText, self:GetStyle("groupDescription"))
- ingame/tooltip/grouptooltips.lua:27 --
bodySection:AddLine(difficultyControlText, self:GetStyle("groupDescription"), self:GetStyle(difficultyControlStyle))
- ingame/tooltip/grouptooltips.lua:28 --
bodySection:AddLine(bodyText, self:GetStyle("groupDescription"))
- ingame/tooltip/grouptooltips.lua:51 --
bodySection:AddLine(textBody, self:GetStyle("groupDescription"))
- ingame/tooltip/grouptooltips.lua:52 --
bodySection:AddLine(TEXT_ROLES_GENERAL_DESCRIPTION, self:GetStyle("groupDescription"))
- ingame/tooltip/housingtooltips.lua:7 --
bodySection:AddLine(GetString(SI_HOUSING_FURNITURE_SETTINGS_GENERAL_DEFAULT_ACCESS_TOOLTIP_TEXT))
- ingame/tooltip/itemtooltips.lua:1404 --
bodySection:AddLine(traitDescription, self:GetStyle("bodyDescription"))
- ingame/tooltip/notificationstooltips.lua:5 --
bodySection:AddLine(messageText, self:GetStyle("bodyDescription"))
- ingame/tooltip/notificationstooltips.lua:9 --
bodySection:AddLine(note, self:GetStyle("bodyDescription"))
- ingame/tooltip/socialtooltips.lua:11 --
bodySection:AddLine(note, self:GetStyle("bodyDescription"))
- ingame/tooltip/stabletooltips.lua:17 --
bodySection:AddLine(zo_strformat(RIDING_TRAIN_DESCRIPTIONS[trainingType], GetMaxRidingTraining(trainingType)), self:GetStyle("bodyDescription"))
- ingame/tooltip/console/voicechattooltips.lua:12 --
bodySection:AddLine(description, self:GetStyle("bodyDescription"))
- ingame/zo_tooltip/gamepad/zo_tooltip_gamepad.lua:317 --
bodySection:AddLine(select(i, ...), self:GetStyle("bodyDescription"))
- internalingame/market/gamepad/market_gamepad.lua:1208 --
bodySection:AddLine(tooltipLines[i], self:GetStyle("bodyDescription"))