Nasal Initialization: Difference between revisions

m
no edit summary
mNo edit summary
Line 49: Line 49:
If the namespace already exists, the module will be added to it so you can extend existing modules. But be very careful when overloading existing modules, you can easily break things.}}
If the namespace already exists, the module will be added to it so you can extend existing modules. But be very careful when overloading existing modules, you can easily break things.}}


= Re-loadable modules =
== Re-loadable modules ==
See [[Modules.nas]] for re-loadable module support. This type of module can be loaded and unloaded at runtime without exiting or restarting FlightGear.
This type of module can be loaded and unloaded at runtime without exiting or restarting FlightGear.
See [[Modules.nas]] for details.
252

edits