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 |
----------------------
--Sort/Filter List with no selection
----------------------
end
else
end
end
end
local ANIMATE_INSTANTLY = true
local NO_ON_COMPLETE_CALLBACK = nil
ZO_ScrollList_ScrollRelative ( self . list , - magnitude * 1000 * GetFrameDeltaSeconds ( ) , NO_ON_COMPLETE_CALLBACK , ANIMATE_INSTANTLY )
end
end |