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 |
----
-- ZO_EventAnnouncementTile
----
end
local remainingTime = ZO_MARKET_ANNOUNCEMENT_MANAGER : GetEventAnnouncementRemainingTimeByIndex ( self . data . index )
end )
end
local countDownText = ZO_FormatTime ( remainingTime , TIME_FORMAT_STYLE_COLONS , TIME_FORMAT_PRECISION_TWELVE_HOUR_NO_SECONDS )
end
self . data = ZO_MARKET_ANNOUNCEMENT_MANAGER : GetEventAnnouncementDataByIndex ( data . eventAnnouncementIndex )
-- The tile on all platforms is of a landscape dimension rather than portrait as in gamepad,
-- so we want to use the keyboard background on tiles regardless of platform.
end |