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 |
control : RegisterForEvent ( EVENT_STUCK_COMPLETE , function ( ) SCENE_MANAGER : Hide ( "helpCustomerSupport" ) end )
HELP_CUSTOMER_SERVICE_CHARACTER_STUCK_KEYBOARD_FRAGMENT : RegisterCallback ( "StateChange" , function ( oldState , newState )
if newState == SCENE_SHOWING then
end
end )
local iconData =
{
categoryFragment = HELP_CUSTOMER_SERVICE_CHARACTER_STUCK_KEYBOARD_FRAGMENT ,
up = "EsoUI/Art/Help/help_tabIcon_stuck_up.dds" ,
down = "EsoUI/Art/Help/help_tabIcon_stuck_down.dds" ,
over = "EsoUI/Art/Help/help_tabIcon_stuck_over.dds" ,
}
end
local DONT_USE_SHORT_FORMAT = false
local costText = ZO_CurrencyControl_FormatCurrencyAndAppendIcon ( cost , DONT_USE_SHORT_FORMAT , CURT_MONEY )
else
end
end
--Global XML
end
end |