> For the complete documentation index, see [llms.txt](https://wosa.gitbook.io/working-with-wosa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wosa.gitbook.io/working-with-wosa/functions/client/atc.md).

# Atc

Client functions that are in some way related to the atc aspects.

{% hint style="danger" %}
The **functions** provided with the atc table are **not** recommended for developers with little or no *knowledge* due to the complexity of some of the functions.
{% endhint %}

```lua
Wosa.Atc.PreSetAtc(int freq, int gameFreq, bool isStationary)
```

```lua
Wosa.Atc.SetFlightMode(string mode, string callsign, string airport, string Header)
```

```lua
local spawnedAircraft = Wosa.Atc.Aircraft()
```

```lua
local isStationary = Wosa.Atc.Stationary()
```

```lua
local freq = Wosa.Atc.Freq()
```

```lua
local Airport = Wosa.Atc.Airport()
```

```lua
local gate = Atc.Atc.Gate()
```

```lua
local runway = Atc.Atc.GetTaxiToRunway()
```
