JsonGui.getWidget
Returns a JsonWidget. Nil if no widget was found with the name
Kind: Function
Environments: Game
Game
jsonGui:getWidget( widgetName )
Parameters:
| Name | Type | Description |
|---|---|---|
gui |
JsonGui | The gui. |
widgetName |
string | The name of the widget. |
Returns:
| Name | Type | Description |
|---|---|---|
widget |
JsonWidget | The found widget in the JsonGui. |