GuiInterface.addGridItemsFromFile
Adds items to a grid from json
Kind: Function
Environments: Game
Game
guiInterface:addGridItemsFromFile( gridName, jsonPath, additionalData )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
gui |
GuiInterface | The Gui interface |
gridName |
string | The name of the grid |
jsonPath |
string | Json file path |
additionalData (optional) |
table | Additional data to the json (Optional) |