Nasal library: Difference between revisions

Jump to navigation Jump to search
m
Make a bit clearer
(→‎Extension modules: Comment out: will be put in a separate page. See User:Red Leader/Nasal documentation proposal)
m (Make a bit clearer)
Line 1: Line 1:
{{Nasal Navigation}}
{{Nasal Navigation}}
This page documents the global '''library functions and variables''' of FlightGear's built-in scripting language, [[Nasal]]. This includes ''[[#Core library functions|core library functions]]'', which were included in Nasal before its integration into FlightGear, the ''[[#Extension functions|extension functions]]'', which have been subsequently added, and are specifically designed for FlightGear, and the ''[[#variables|global variables]]'', which are conversion variables for converting between units added with extension functions. The relevant folders in [[Git]] are:
This page documents the global '''library functions and variables''' of FlightGear's built-in scripting language, [[Nasal]]. This includes ''[[#Core library functions|core library functions]]'', which were included in Nasal before its integration into FlightGear, the ''[[#Extension functions|extension functions]]'', which have been subsequently added, and are specifically designed for FlightGear, and the ''[[#variables|global variables]]'', which are conversion variables, added with extension functions, for converting between units. The relevant folders in [[Git]] are:
* {{flightgear file|src/Scripting}}
* {{flightgear file|src/Scripting}}
* {{simgear file|simgear/nasal}}
* {{simgear file|simgear/nasal}}

Navigation menu