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 |
-- These are tooltips that are generic enough to be used by multiple UIs for various purposes
-- do not add layout functions that are specific to one UI
--If there are three or more functions for one system move it to its own file
end
if currencyType ~= CURT_NONE then
--things added to the topSection stack upwards
if heldAmount > 0 then
end
-- Name
local IS_UPPER = false
local displayName
if amount and amount > 1 then
local IS_PLURAL = false
else
local IS_SINGULAR = true
end
-- Description
end
end |