1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
ZO_KEYBOARD_LOOT_HISTORY_ENTRY_SPACING_Y = - 1
local KEYBOARD_LOOT_HISTORY_ENTRY_TEMPLATE = "ZO_LootHistory_KeyboardEntry"
end
end
if newState == SCENE_FRAGMENT_SHOWN then
elseif newState == SCENE_FRAGMENT_HIDING then
end
end )
end
local HORIZ_OFFSET = 0
local VERTICAL_OFFSET = - 84
local MAX_ENTRIES = 6
self . lootStreamPersistent = self : CreateFadingStationaryControlBuffer ( control : GetNamedChild ( "PersistentContainer" ) , "ZO_LootHistory_FadeShared" , "ZO_LootHistory_IconEntranceShared" , "ZO_LootHistory_ContainerFadeShared" , anchor , MAX_ENTRIES , PERSISTENT_CONTAINER_SHOW_TIME_MS , "KeyboardPersistent" )
self . lootStream = self : CreateFadingStationaryControlBuffer ( control : GetNamedChild ( "Container" ) , "ZO_LootHistory_FadeShared" , "ZO_LootHistory_IconEntranceShared" , "ZO_LootHistory_ContainerFadeShared" , anchor , MAX_ENTRIES , CONTAINER_SHOW_TIME_MS , "Keyboard" )
end
self . entryTemplate = KEYBOARD_LOOT_HISTORY_ENTRY_TEMPLATE
end
return currentSceneName == "inventory" or currentSceneName == "interact" or currentSceneName == "crownCrateKeyboard" or LOOT_WINDOW . returnScene == "inventory"
end
return "EsoUI/Art/HUD/lootHistory_icon_craftBag.dds"
end
return "EsoUI/Art/Inventory/inventory_stolenItem_icon.dds"
end
return "EsoUI/Art/HUD/lootHistory_highlight.dds"
end
return "EsoUI/Art/HUD/lootHistory_highlight_stolen.dds"
end
end |