Atc
Client functions that are in some way related to the atc aspects.
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?