- ingame/alerttext/alerttext.lua:89 --
ZO_FadingControlBuffer:New(self, 3, "AlertFade", "AlertTranslate", TOPRIGHT)
- ingame/alerttext/gamepad/alerttext_gamepad.lua:72 --
ZO_FadingControlBuffer:New(control, MAX_DISPLAYED_ENTRIES_GAMEPAD, GetMaxHeight, MAX_LINES_PER_ENTRY_GAMEPAD, "AlertFadeGamepad", "AlertTranslateGamepad", anchor)
- ingame/alerttext/keyboard/alerttext_keyboard.lua:39 --
ZO_FadingControlBuffer:New(control, MAX_DISPLAYED_ENTRIES_KEYBOARD, nil, nil, "AlertFade", "AlertTranslate", ZO_Anchor:New(TOPRIGHT, GuiRoot))
- ingame/crafting/craftingresults.lua:45 --
ZO_FadingControlBuffer:New(self.control, 5, "CraftingResultFade", "CraftingResultTranslate")
- ingame/crafting/keyboard/craftingresults_keyboard.lua:231 --
ZO_FadingControlBuffer:New(self.control, 5, nil, nil, "CraftingResultFade", "CraftingResultTranslate", anchor)
- ingame/zo_loot/console/loothistory_console.lua:139 --
ZO_FadingControlBuffer:New(control, nil, MAX_HEIGHT, MAX_LINES_PER_ENTRY, "AlertFadeGamepad", "AlertTranslateGamepad", anchor)