GuiInterface.setContainers
Sets multiple containers to a grid
Kind: Function
Environments: Game
Game
guiInterface:setContainers( gridName, containers )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
gui |
GuiInterface | The Gui interface |
gridName |
string | The name of the grid |
containers |
table | Table of containers. {Container, ..} |