Modules.nas: Difference between revisions

Jump to navigation Jump to search
m
Line 102: Line 102:
|param1text = File that will be loaded by load().
|param1text = File that will be loaded by load().
|example1 =
|example1 =
# if you develop a new nasal system for your aircraft, it might be handy to implement it as module
# so you can reload the file quickly without restarting FlightGear
var my_foo_sys = modules.Module.new("my_aircraft_foo");
var my_foo_sys = modules.Module.new("my_aircraft_foo");
my_foo_sys.setDebug(1);
my_foo_sys.setDebug(1);
252

edits

Navigation menu