Back to Home
ESO Function Data v100036
ZO_BulletList.New()
See also:
New()
Function Aliases
ZO_BulletList:New()
Global Function Definitions
libraries/zo_bulletlist/zo_bulletlist.lua:3
--
function ZO_BulletList:New(control, labelTemplate, bulletTemplate, secondaryBulletTemplate)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/guildfinder/keyboard/guildrecruitment_guildlisting_keyboard.lua:218
--
ZO_BulletList:New(dialog:GetNamedChild("BulletList"))
ingame/guildfinder/keyboard/guildrecruitment_guildlisting_keyboard.lua:254
--
ZO_BulletList:New(dialog:GetNamedChild("BulletList"))
ingame/zo_quest/gamepad/questjournal_gamepad.lua:62
--
ZO_BulletList:New(rightPaneContent:GetNamedChild("ConditionTextBulletList"), "ZO_QuestJournal_ConditionBulletLabel_Gamepad", nil, "ZO_QuestJournal_CompletedTaskIcon_Gamepad")
ingame/zo_quest/gamepad/questjournal_gamepad.lua:65
--
ZO_BulletList:New(rightPaneContent:GetNamedChild("OptionalStepTextBulletList"), "ZO_QuestJournal_ConditionBulletLabel_Gamepad")
ingame/zo_quest/gamepad/questjournal_gamepad.lua:68
--
ZO_BulletList:New(rightPaneContent:GetNamedChild("HintTextBulletList"), "ZO_QuestJournal_HintBulletLabel_Gamepad")
ingame/zo_quest/keyboard/questjournal_keyboard.lua:20
--
ZO_BulletList:New(control:GetNamedChild("HintTextBulletList"), "ZO_QuestJournal_HintBulletLabel", "ZO_QuestJournal_HintBullet")
ingame/zo_quest/keyboard/questjournal_keyboard.lua:21
--
ZO_BulletList:New(control:GetNamedChild("ConditionTextBulletList"), "ZO_QuestJournal_ConditionBulletLabel")
ingame/zo_quest/keyboard/questjournal_keyboard.lua:22
--
ZO_BulletList:New(control:GetNamedChild("OptionalStepTextBulletList"), "ZO_QuestJournal_ConditionBulletLabel")