Nasal library: Difference between revisions

→‎airportinfo(): Forgot one thing
(→‎airportinfo(): Apparently I missed a lot of returned info.)
(→‎airportinfo(): Forgot one thing)
Line 900: Line 900:
|source = {{flightgear file|src/Scripting/NasalPositioned.cxx|l=1024|t=Source}}
|source = {{flightgear file|src/Scripting/NasalPositioned.cxx|l=1024|t=Source}}
|text = Function for retrieval of airport, heliport, or seaplane base information. It returns a Nasal ghost; however, its structure is like that of a Nasal hash. The following information is returned:
|text = Function for retrieval of airport, heliport, or seaplane base information. It returns a Nasal ghost; however, its structure is like that of a Nasal hash. The following information is returned:
* '''parents''': .
* '''parents''': A vector containing a hash of various functions to access information about the runway. See {{flightgear file|src/Scripting/NasalPositioned.cxx|l=2659}} for full list.
* '''lon''': Longitude of the location.
* '''lon''': Longitude of the location.
* '''lat''': Latitude of the location.
* '''lat''': Latitude of the location.