# sm.gui.setProgressFraction

Set the progress fraction filling the circle icon displayed at the center.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.gui.setProgressFraction( progress )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.gui.md#setprogressfraction)

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `progress` | number | The fraction that determines how much of the circle is filled. |
