2,734
edits
Red Leader (talk | contribs) (→Extension modules: Comment out: will be put in a separate page. See User:Red Leader/Nasal documentation proposal) |
Red Leader (talk | contribs) 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 | 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}} | ||