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 |
ZO_ZONE_STORIES_ACTIVITY_COMPLETION_TILE_KEYBOARD_DIMENSIONS_X = 98
ZO_ZONE_STORIES_ACTIVITY_COMPLETION_TILE_KEYBOARD_DIMENSIONS_Y = 40
ZO_ZONE_STORIES_ACTIVITY_COMPLETION_TILE_KEYBOARD_ICON_DIMENSIONS = 40
local DESCRIPTION_TO_ACHIEVEMENT_ANCHOR = ZO_Anchor : New ( TOPRIGHT , ACHIEVEMENTS : GetAchievementDetailedTooltipControl ( ) , TOPLEFT , - 5 )
-- 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_ActivityCompletionTile_Keyboard = ZO_Object . MultiSubclass ( ZO_Tile_Keyboard , ZO_ZoneStory_ActivityCompletionTile )
end
{
alignment = KEYBIND_STRIP_ALIGN_CENTER ,
-- Cycle through tooltip that is moused over
{
ethereal = true ,
end ,
end ,
}
}
end
ZONE_STORIES_KEYBOARD : ShowActivityCompletionTooltip ( self . zoneData . id , self . completionType , anchor , DESCRIPTION_TO_ACHIEVEMENT_ANCHOR )
end
end
end
end
end |