GuiInterface.setTextChangedCallback
Sets a callback to be called when the text is changed
Kind: Function
Environments: Game
Game
guiInterface:setTextChangedCallback( editBoxName, callback )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
gui |
GuiInterface | The Gui interface |
editBoxName |
string | The edit box name |
callback |
string | Function to be called when text is edited |