GuiInterface.setText
Sets the text caption of a textbox widget
Kind: Function
Environments: Game
Game
guiInterface:setText( textbox, text )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
gui |
GuiInterface | The Gui interface |
textbox |
string | The name of the textbox widget |
text |
string | The text |