Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 401 Bytes

item-slider-progress.md

File metadata and controls

19 lines (13 loc) · 401 Bytes

Item Slider Progress

Example

RageUI.Item.SliderProgress("Slider", {1,2,3,4,5,6}, 2, "Description", {}, true, {
         onListChange = function(Index)

         end,
         onSelected = function(Index)

         end,
         onHovered = function()

         end
    })