Back to Home

ESO Lua File v101041

ingame/zonestories/gamepad/zonestory_achievementtile_gamepad.lua

[◄ back to folders ]
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ZO_ZONE_STORIES_ACHIEVEMENT_TILE_GAMEPAD_DIMENSIONS_X = 390
ZO_ZONE_STORIES_ACHIEVEMENT_TILE_GAMEPAD_DIMENSIONS_Y = 90
ZO_ZONE_STORIES_ACHIEVEMENT_TILE_GAMEPAD_ICON_DIMENSIONS = 64
-- Primary logic class must be subclassed after the platform class so that platform specific functions will have priority over the logic class functionality
ZO_ZoneStory_AchievementTile_Gamepad = ZO_Object.MultiSubclass(ZO_Tile_Gamepad, ZO_ZoneStory_AchievementTile)
function ZO_ZoneStory_AchievementTile_Gamepad:New(...)
    return ZO_ZoneStory_AchievementTile.New(self, ...)
end
    ZO_ZoneStory_AchievementTile_Gamepad:New(control)
end