GuiInterface.setVisible
Sets a widget to be visible or not
Kind: Function
Environments: Game
Game
guiInterface:setVisible( widgetName, visible )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
gui |
GuiInterface | The Gui interface |
widgetName |
string | The name of the widget |
visible |
boolean | True if visible |