Nasal Initialization: Difference between revisions

Jump to navigation Jump to search
m
mNo edit summary
Line 34: Line 34:


Otherwise, if enabled is false, a listener is added that will load the module when enabled is set to true.
Otherwise, if enabled is false, a listener is added that will load the module when enabled is set to true.
{{note|The module name (which defaults to the name of the subdirectory) is also the name of the Nasal name space in which functions and variables will be created.
{{note|The module name (which defaults to the name of the subdirectory) is also the name of the Nasal namespace in which functions and variables will be created.
If the name space already exists, the module will add to it so you can extend existing libs. But be very careful when overloading existing things, 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.}}


= Open questions =
= Open questions =
Review the sources to confirm / update this doc.
Review the sources to confirm / update this doc.

Navigation menu