Nasal Flightplan: Difference between revisions

Jump to navigation Jump to search
(→‎Procedure methods and variables: document airport methods)
Line 113: Line 113:
; tower : returns hash containing airport tower location
; tower : returns hash containing airport tower location
; comms : contains vector containing communication frequencies
; comms : contains vector containing communication frequencies
; sids : a vector containing the sids of the airport, if a runway is passed, just for that runway
; sids : a vector containing the ids of sids of the airport, if a runway is passed, just for that runway. Pass an id into getSid to get the ghost.
; stars : a vector containing the stars of the airport, if a runway is passed, just for that runway
; stars : a vector containing the ids of stars of the airport, if a runway is passed, just for that runway. Pass an id into getStar to get the ghost.
; getApproachList : a vector containing the IAPs of the airport, if a runway is passed, just for that runway
; getApproachList : a vector containing the ids of IAPs of the airport, if a runway is passed, just for that runway. Pass an id into getIAP to get the ghost.
; parking : a vector containing parking positions of the airport
; parking : a vector containing parking positions of the airport
; getSid : a ghost for a SID
; getSid : a ghost for a SID
842

edits

Navigation menu