Modules.nas: Difference between revisions

Jump to navigation Jump to search
m
No edit summary
Line 87: Line 87:


=== main() function ===
=== main() function ===
The main.nas file shall contain a function '''main''' that will be called on load with either the module object as parameter or the parameters passed to the module.load() function.
The main.nas file shall contain a function {{code|main()}} that will be called on load with either the module object as parameter or the parameters passed to the {{code|module.load()}} function.


=== unload() function ===
=== unload() function ===
246

edits

Navigation menu