Back to Home
ESO Function Data v101044
CreateLineLabel()
Function Aliases
No known aliases for this function.
Global Function Definitions
No known global definitions for this function.
Local Function Definitions
ingame/map/maplocationtooltip.lua:64
--
local function CreateLineLabel(self, text, indentation, currentLargestWidth)
Function Calls
ingame/map/maplocationtooltip.lua:107
--
CreateLineLabel(self, zo_strformat(SI_TOOLTIP_MAP_LOCATION_CATEGORY_FORMAT, iconText, entry.categoryName), NO_INDENT, largestWidth)
ingame/map/maplocationtooltip.lua:111
--
CreateLineLabel(self, zo_strformat(SI_TOOLTIP_UNIT_NAME, entry.name), NAME_INDENT, largestWidth)