GuiInterface.setGridItem
Sets an item in a grid
Kind: Function
Environments: Game
Game
guiInterface:setGridItem( gridName, index, item )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
gui |
GuiInterface | The Gui interface |
gridName |
string | The name of the grid |
index |
integer | The item index |
item |
table | The item |