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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
ZO_HOUSING_FURNITURE_LIST_ENTRY_HEIGHT = 52
ZO_HOUSING_FURNITURE_BROWSER_CATEGORY_LIST_WIDTH = 310
local scrollBarOffset = 16
-- 55 is the inset from the left side of the header to the left side of the text in ZO_IconHeader
ZO_HOUSING_FURNITURE_BROWSER_CATEGORY_LABEL_WIDTH = ZO_HOUSING_FURNITURE_BROWSER_CATEGORY_LIST_WIDTH - 55 - scrollBarOffset
ZO_HOUSING_FURNITURE_BROWSER_SUBCATEGORY_INDENT = 60
ZO_HOUSING_FURNITURE_BROWSER_SUBCATEGORY_LABEL_WIDTH = ZO_HOUSING_FURNITURE_BROWSER_CATEGORY_LIST_WIDTH - ZO_HOUSING_FURNITURE_BROWSER_SUBCATEGORY_INDENT - scrollBarOffset
-------------------
-- XML Functions
-------------------
end
if furnitureObject then
end
end
end
end
end
end
if not highlight . animation then
highlight . animation = ANIMATION_MANAGER : CreateTimelineFromVirtual ( "ShowOnMouseOverLabelAnimation" , highlight )
end
if hidden then
else
end
end
local ANIMATED = false
if not icon . animation then
end
if furnitureObject then
if IsCharacterPreviewingAvailable ( ) and furnitureObject : IsPreviewable ( ) and not furnitureObject : IsBeingPreviewed ( ) then
end
return -- TODO: for now?
end
if furnitureObject . bagId and furnitureObject . slotIndex then
elseif furnitureObject . marketProductId then
ItemTooltip : SetMarketProductListing ( furnitureObject . marketProductId , furnitureObject . presentationIndex )
elseif furnitureObject . collectibleId then
local SHOW_NICKNAME = true
elseif furnitureObject . retrievableFurnitureId then
end
end
end
local ANIMATED = false
if icon . animation then
end
end
end
end
end |