JsonWidget.getUserString
Gets a string associated with the given key from a json widget.
Kind: Function
Environments: Game
Game
jsonWidget:getUserString( key )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
jsonWidget |
JsonWidget | The JsonWidget. |
key |
string | The key connected to the value. |
Returns:
| Name | Type | Description |
|---|---|---|
value |
string | The value associated with the key. |