Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 370 Bytes

item-progress.md

File metadata and controls

19 lines (13 loc) · 370 Bytes

Item Progress

Example

RageUI.Item.Progress("List Items", { "Yes", "No", "Maybe ?", "Money" }, 1, "Description",  true, true, {
     onListChange = function(Index)

     end,
     onSelected = function(Index)

     end,
     onHovered = function()

     end
})