# 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 %}
