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 |
ZO_Keybindings_RegisterLabelForBindingUpdate ( self . cycleLeftKeybindLabel , "UTILITY_WHEEL_KEYBOARD_CYCLE_LEFT" )
ZO_Keybindings_RegisterLabelForBindingUpdate ( self . cycleRightKeybindLabel , "UTILITY_WHEEL_KEYBOARD_CYCLE_RIGHT" )
end
end
UTILITY_WHEEL_KEYBOARD = ZO_UtilityWheel_Keyboard : New ( control , "ZO_UtilityWheelMenuEntryTemplate_Keyboard" , "DefaultRadialMenuAnimation" , "SelectableItemRadialMenuEntryAnimation" , actionLayers )
end
if isInCooldown then
local USE_LEADING_EDGE = true
control . cooldown : StartCooldown ( remaining , duration , CD_TYPE_VERTICAL_REVEAL , CD_TIME_TYPE_TIME_UNTIL , USE_LEADING_EDGE )
else
end
end
end |