FlightGear version check: Difference between revisions

Jump to navigation Jump to search
→‎Nasal module: @Hooray - this is a suggestion for a file name change to something more descriptive. Feel free to revert!
(→‎Nasal module: @Hooray - this is a suggestion for a file name change to something more descriptive. Feel free to revert!)
Line 60: Line 60:
This script ensures that the check will be executed for each loaded aircraft, without having to touch any [[aircraft-set.xml]] files, and it will also work with [[reset & re-init]].
This script ensures that the check will be executed for each loaded aircraft, without having to touch any [[aircraft-set.xml]] files, and it will also work with [[reset & re-init]].
<syntaxhighlight lang="nasal">
<syntaxhighlight lang="nasal">
# $FG_ROOT/Nasal/version.nas
# $FG_ROOT/Nasal/version_check.nas
# anonymous function that will be called directly
# anonymous function that will be called directly
(func() {
(func() {

Navigation menu