Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 373 Bytes

item-lists.md

File metadata and controls

19 lines (13 loc) · 373 Bytes

Item Lists

Example

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

     end,
     onSelected = function(Index, Items)

     end,
     onHovered = function(Index, Items)

     end
})