# JsonGui.getWidgetAbsolutePosition

Get the absolute position of a named widget in 720 coords

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
jsonGui:getWidgetAbsolutePosition( widgetName )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/JsonGui.md#getwidgetabsoluteposition)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `gui` | [JsonGui](../Game-Script-Environment/Userdata/JsonGui.md) | The gui. |
| `widgetName` | string | The name of the widget. |

**Returns:**

| Type | Description |
| --- | --- |
| number<br>number | Left, Top |
