Atc
Client functions that are in some way related to the atc aspects.
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.
Wosa.Atc.PreSetAtc(int freq, int gameFreq, bool isStationary)
Wosa.Atc.SetFlightMode(string mode, string callsign, string airport, string Header)
local spawnedAircraft = Wosa.Atc.Aircraft()
local isStationary = Wosa.Atc.Stationary()
local freq = Wosa.Atc.Freq()
local Airport = Wosa.Atc.Airport()
local gate = Atc.Atc.Gate()
local runway = Atc.Atc.GetTaxiToRunway()
Last updated
Was this helpful?