Back to Home

ESO Lua File v100023

ingame/logout/keyboard/dailyrewardslogouttile_keyboard.lua

[◄ back to folders ]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
----
-- ZO_DailyRewardsLogoutTile_Keyboard
----
-- Primary logic class must be subclassed after the platform class so that platform specific functions will have priority over the logic class functionality
ZO_DailyRewardsLogoutTile_Keyboard = ZO_Object.MultiSubclass(ZO_ActionTile_Keyboard, ZO_DailyRewardsLogoutTile)
function ZO_DailyRewardsLogoutTile_Keyboard:New(...)
    return ZO_DailyRewardsLogoutTile.New(self, ...)
end
-----
-- Global XML Functions
-----
     ZO_DailyRewardsLogoutTile_Keyboard:New(control)
end