Jump to content

Recommended Posts

Posted (edited)

Hi all,

does anyone have a handy 'get' type function which lists TACAN stations and their attributes ?

 

thanks

 

Martin

Edited by Tic-Tac
Posted

There is nothing built-in that I know of for this. If you wanted to comment the require nullification in /Scripts/MissionScripting.lua, you can read the file from the drive:

dofile("./Mods/terrains/Nevada/Beacons.lua")
local stations = {}
for _, data in pairs(beacons) do
   table.insert(stations, data)
 end
end

You would end up with all of the available TACAN information from that file in a stations table.

  • Like 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...