> For the complete documentation index, see [llms.txt](https://docs.tynopia.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tynopia.net/reference/sled-race/exports.md).

# Exports

## Functions

#### <mark style="color:purple;">Get the current Round</mark>

{% tabs %}
{% tab title="Example (1)" %}

```lua
exports.tynopia_sled:GetRound()
```

{% endtab %}

{% tab title="Return (1)" %}
And object of the <mark style="color:purple;">SledRound</mark> class found in the <mark style="color:purple;">modules/functions/server.lua</mark>
{% endtab %}
{% endtabs %}

#### <mark style="color:purple;">Get the current Round</mark>

{% tabs %}
{% tab title="Example (2)" %}

```lua
exports.tynopia_sled:GetQueue()
```

{% endtab %}

{% tab title="Return (2)" %} <mark style="color:purple;">number\[]</mark> which is a list of all player IDs in the queue
{% endtab %}
{% endtabs %}
