GuiInterface.setGridItemChangedCallback
Sets a callback to be called when a grid item is changed
Kind: Function
Environments: Game
Game
guiInterface:setGridItemChangedCallback( gridName, callback )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
gui |
GuiInterface | The Gui interface |
gridName |
string | The grid name |
callback |
string | Function to be called when button is pressed |