Nasal scripting language

From FlightGear wiki
Revision as of 19:42, 8 May 2014 by Hooray (talk | contribs)
Jump to navigation Jump to search


FlightGear offers a very powerful functional scripting language called Nasal, which supports reading and writing of internal FlightGear properties, accessing internal data via extension functions, creating GUI dialogs and much more. Please see the right navigation bar to get additional information.

# to be saved in $FG_ROOT/Nasal/hello.nas
  print( "Hello World!" );

Vim-nasal-syntax-highlighting.png


Recent Efforts

References