Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 422 Bytes

panel-grid.md

File metadata and controls

16 lines (13 loc) · 422 Bytes

Item Grid

Example

 RageUI.Panel.Grid(0.5, 0.2, 'TopText', 'BottomText', 'LeftText', 'RightText', {
                onPositionChange = function(X, Y)
                    print(X, Y)
                end,
                onSelected = function(X, Y)
                    print(X, Y)
                end
            }, 1)