DGrid.RemoveItem
From GMod Wiki
Function | |
Syntax | DGrid:RemoveItem( Panel panel[, Boolean dontRemove ] ) |
Description: | |
Removes a panel from the grid. | |
Returns: | nil |
In Object: | DGrid |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=DGrid.RemoveItem]DGrid.RemoveItem [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Additional notes
- By passing a second parameter with the value true the panel is not actually deleted, otherwise it will not be usable anymore.