Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 426 Bytes

panel-vertical-grid.md

File metadata and controls

16 lines (13 loc) · 426 Bytes

Item Vertical Grid

Example

  RageUI.Panel.GridVertical(0.1, 'TopText', 'BottomText', {
                 onPositionChange = function(X, Y)
                     print(X, Y)
                 end,
                 onSelected = function(X, Y)
                     print(X, Y)
                 end
             }, 1)