GuiInterface.setListSelectionCallback
Sets a callback to be called when a list selection is changed
Kind: Function
Environments: Game
Game
guiInterface:setListSelectionCallback( listName, callback )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
gui |
GuiInterface | The Gui interface |
listName |
string | The list name |
callback |
string | Function to be called when list is selected |