Back to Home
ESO Function Data v101044
GetCheckboxSection()
Function Aliases
No known aliases for this function.
Global Function Definitions
publicallingames/tooltip/achievementtooltips.lua:132
--
function ZO_Tooltip:GetCheckboxSection(text, isComplete)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/tooltip/activityfindertooltips.lua:30
--
self:GetCheckboxSection(zo_strformat(SI_ZONE_STORY_LIST_TOOLTIP_ACTIVITY_NAME_FORMATTER, name), isComplete)
publicallingames/tooltip/achievementtooltips.lua:116
--
self:GetCheckboxSection(zo_strformat(SI_ACHIEVEMENT_CRITERION_FORMAT, description), isComplete)
publicallingames/tooltip/markettooltips.lua:105
--
self:GetCheckboxSection(zo_strformat(achievementName), completedAchievement)