Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 261 Bytes

File metadata and controls

16 lines (11 loc) · 261 Bytes

Item Button

Example

RageUI.Button('Basic Items', nil, {}, true, {
    onHovered = function()
    
    end,
    onSelected = function()
    
    end,
});