Back to Home
ESO Function Data v100022
LayoutIconStringLine()
Function Aliases
- No known aliases for this function.
Global Function Definitions
Local Function Definitions
- No known local definitions for this function.
Function Calls
- ingame/map/keeptooltip.lua:232 -- self:LayoutIconStringLine(ownerSection, nil, header, self.tooltip:GetStyle("mapLocationTooltipContentHeader"))
- ingame/map/keeptooltip.lua:233 -- self:LayoutIconStringLine(ownerSection, icon, name, ...)
- ingame/map/keeptooltip.lua:240 -- self:LayoutIconStringLine(section, nil, zo_strformat(formatString, keyText), self.tooltip:GetStyle("mapKeepAccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- ingame/map/keeptooltip.lua:242 -- self:LayoutIconStringLine(section, nil, GetString(SI_TOOLTIP_KEEP_NOT_RESPAWNABLE), self.tooltip:GetStyle("mapKeepInaccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- ingame/map/keeptooltip.lua:252 -- self:LayoutIconStringLine(keepSection, nil, zo_strformat(SI_TOOLTIP_KEEP_NAME, keepName), self.tooltip:GetStyle("mapTitle"))
- ingame/map/keeptooltip.lua:262 -- self:LayoutIconStringLine(keepSection, nil, GetString(SI_TOOLTIP_KEEP_STARTING_KEEP), self.tooltip:GetStyle("mapKeepAt"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- ingame/map/keeptooltip.lua:272 -- self:LayoutIconStringLine(keepSection, nil, GetString(SI_TOOLTIP_KEEP_NOT_ACCESSIBLE), self.tooltip:GetStyle("mapKeepInaccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- ingame/map/keeptooltip.lua:274 -- self:LayoutIconStringLine(keepSection, nil, GetString(SI_TOOLTIP_KEEP_NOT_ACCESSIBLE_WRONG_OWNER), self.tooltip:GetStyle("mapKeepInaccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- ingame/map/keeptooltip.lua:276 -- self:LayoutIconStringLine(keepSection, nil, GetString(SI_TOOLTIP_KEEP_NOT_ACCESSIBLE_UNDER_ATTACK), self.tooltip:GetStyle("mapKeepInaccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- ingame/map/keeptooltip.lua:279 -- self:LayoutIconStringLine(keepSection, nil, GetString(SI_TOOLTIP_KEEP_STARTING_KEEP_UNDER_ATTACK), self.tooltip:GetStyle("mapKeepInaccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- ingame/map/keeptooltip.lua:281 -- self:LayoutIconStringLine(keepSection, nil, GetString(SI_TOOLTIP_KEEP_NOT_ACCESSIBLE_RESOURCES), self.tooltip:GetStyle("mapKeepInaccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- ingame/map/keeptooltip.lua:283 -- self:LayoutIconStringLine(keepSection, nil, GetString(SI_TOOLTIP_KEEP_STARTING_KEEP_RESOURCES), self.tooltip:GetStyle("mapKeepInaccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- ingame/map/keeptooltip.lua:285 -- self:LayoutIconStringLine(keepSection, nil, GetString(SI_TOOLTIP_KEEP_NOT_ACCESSIBLE_NETWORK), self.tooltip:GetStyle("mapKeepInaccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- ingame/map/keeptooltip.lua:293 -- self:LayoutIconStringLine(keepSection, nil, GetString(SI_TOOLTIP_KEEP_IN_COMBAT), self.tooltip:GetStyle("mapKeepUnderAttack"))
- ingame/map/keeptooltip.lua:332 -- self:LayoutIconStringLine(weaponsSection, nil, GetString(SI_GAMEPAD_WORLD_MAP_TOOLTIP_SIEGE_WEAPONS), self.tooltip:GetStyle("mapLocationTooltipContentHeader"))
- ingame/map/keeptooltip.lua:373 -- self:LayoutIconStringLine(artifactSection, nil, GetString(SI_TOOLTIP_ARTIFACT_TAKEN), colorStyle, self.tooltip:GetStyle("mapLocationTooltipContentHeader"))
- ingame/map/keeptooltip.lua:375 -- self:LayoutIconStringLine(artifactSection, nil, zo_strformat(SI_AVA_OBJECTIVE_DISPLAY_NAME_TOOLTIP, artifactName), colorStyle, self.tooltip:GetStyle("mapLocationTooltipContentHeader"))
- ingame/map/keeptooltip.lua:377 -- self:LayoutIconStringLine(artifactSection, nil, text, colorStyle, self.tooltip:GetStyle("mapLocationKeepElderScrollInfo"))
- ingame/map/keeptooltip.lua:388 -- self:LayoutIconStringLine(cityBonusSection, nil, GetString(SI_GAMEPAD_WORLD_MAP_TOOLTIP_DISTRICT_TEL_VAR_BONUS_HEADER), self.tooltip:GetStyle("mapLocationTooltipContentHeader"))
- ingame/map/keeptooltip.lua:389 -- self:LayoutIconStringLine(cityBonusSection, nil, finalBonusText, self.tooltip:GetStyle("mapLocationKeepClaimed"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- ingame/map/keeptooltip.lua:390 -- self:LayoutIconStringLine(cityBonusSection, nil, DISTRICT_BONUS_RESTRICTION_TEXT, self.tooltip:GetStyle("mapLocationKeepClaimed"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- ingame/map/keeptooltip.lua:490 -- self:LayoutIconStringLine(citySection, nil, name, self.tooltip:GetStyle("mapTitle"))
- ingame/map/keeptooltip.lua:494 -- self:LayoutIconStringLine(accessRuleSection, nil, ruleText, self.tooltip:GetStyle("keepBaseTooltipContent"))
- ingame/map/keeptooltip.lua:508 -- self:LayoutIconStringLine(unlockedSection, nil, GetString(SI_TOOLTIP_IMPERIAL_CITY_UNLOCKED), self.tooltip:GetStyle("mapLocationTooltipContentHeader"))
- ingame/map/keeptooltip.lua:510 -- self:LayoutIconStringLine(unlockedSection, allianceIcon, allianceName, self.tooltip:GetStyle("mapLocationKeepClaimed"))
- ingame/map/keeptooltip.lua:514 -- self:LayoutIconStringLine(lockedSection, nil, GetString(SI_TOOLTIP_IMPERIAL_CITY_LOCKED), self.tooltip:GetStyle("mapLocationTooltipContentHeader"))
- ingame/map/keeptooltip.lua:516 -- self:LayoutIconStringLine(lockedSection, allianceIcon, allianceName, self.tooltip:GetStyle("mapLocationKeepClaimed"))
- ingame/map/keeptooltip.lua:530 -- self:LayoutIconStringLine(collectibleLockedSection, ZO_Currency_GetGamepadCurrencyIcon(CURT_CROWNS), lockedText, self.tooltip:GetStyle("mapLocationTooltipWayshrineLinkedCollectibleLockedText"))
- ingame/map/worldmap.lua:898 -- MAP_LOCATION_TOOLTIP:LayoutIconStringLine(MAP_LOCATION_TOOLTIP.tooltip, allianceIcon, zo_strformat(SI_GAMEPAD_WORLD_MAP_TOOLTIP_ALLIANCE_RESTRICTED_LINK, allianceName), allianceColorFormat, MAP_LOCATION_TOOLTIP.tooltip:GetStyle("keepBaseTooltipContent"))
- publicallingames/tooltip/maptooltips.lua:90 -- self:LayoutIconStringLine(self.tooltip, icon, ZO_FormatUserFacingDisplayName(text), self.tooltip:GetStyle("mapUnitName"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- publicallingames/tooltip/maptooltips.lua:98 -- self:LayoutIconStringLine(self.tooltip, QUEST_BULLET_ICON, text, colorStyle, self.tooltip:GetStyle("keepBaseTooltipContent"))
- publicallingames/tooltip/maptooltips.lua:108 -- self:LayoutIconStringLine(self.tooltip, QUEST_BULLET_ICON, text, colorStyle, self.tooltip:GetStyle("keepBaseTooltipContent"))
- publicallingames/tooltip/maptooltips.lua:114 -- self:LayoutIconStringLine(self.tooltip, nil, text, self.tooltip:GetStyle("keepBaseTooltipContent"))
- publicallingames/tooltip/maptooltips.lua:124 -- self:LayoutIconStringLine(self.tooltip, nil, text, objectiveColorStyle, self.tooltip:GetStyle("keepBaseTooltipContent"))
- publicallingames/tooltip/maptooltips.lua:157 -- self:LayoutIconStringLine(wayshrineSection, icon, zo_strformat(SI_WORLD_MAP_LOCATION_NAME, name), self.tooltip:GetStyle("mapLocationTooltipWayshrineHeader"))
- publicallingames/tooltip/maptooltips.lua:159 -- self:LayoutIconStringLine(wayshrineSection, nil, zo_strformat(SI_TOOLTIP_WAYSHRINE_CURRENT_LOC, name), self.tooltip:GetStyle("mapKeepAt"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- publicallingames/tooltip/maptooltips.lua:161 -- self:LayoutIconStringLine(wayshrineSection, nil, zo_strformat(SI_TOOLTIP_WAYSHRINE_CANT_RECALL_AVA, name), self.tooltip:GetStyle("mapKeepInaccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- publicallingames/tooltip/maptooltips.lua:164 -- self:LayoutIconStringLine(wayshrineSection, nil, message, self.tooltip:GetStyle("mapKeepInaccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- publicallingames/tooltip/maptooltips.lua:172 -- self:LayoutIconStringLine(wayshrineSection, nil, GetString(cantLeaveStringId), self.tooltip:GetStyle("mapKeepInaccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- publicallingames/tooltip/maptooltips.lua:178 -- self:LayoutIconStringLine(wayshrineSection, icon, ZO_WorldMap_GetWayshrineTooltipCollectibleLockedText(pin), self.tooltip:GetStyle("mapLocationTooltipWayshrineLinkedCollectibleLockedText"))
- publicallingames/tooltip/maptooltips.lua:181 -- self:LayoutIconStringLine(wayshrineSection, nil, message, self.tooltip:GetStyle("mapKeepInaccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- publicallingames/tooltip/maptooltips.lua:186 -- self:LayoutIconStringLine(wayshrineSection, nil, travelText, self.tooltip:GetStyle("mapKeepAccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- publicallingames/tooltip/maptooltips.lua:198 -- self:LayoutIconStringLine(wayshrineSection, nil, cooldownText, self.tooltip:GetStyle("mapKeepInaccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))
- publicallingames/tooltip/maptooltips.lua:204 -- self:LayoutIconStringLine(wayshrineSection, nil, travelText, self.tooltip:GetStyle("mapKeepAccessible"), self.tooltip:GetStyle("keepBaseTooltipContent"))