Howto:Extend Nasal: Difference between revisions

Jump to navigation Jump to search
m
Line 34: Line 34:


You will need to add your new extension function to this list of static functions, preferably following the existing naming convention (i.e. "f_" prefix).
You will need to add your new extension function to this list of static functions, preferably following the existing naming convention (i.e. "f_" prefix).
If functions are likely to be fairly low level, and will thus be provided with a more abstract wrapper in Nasal space, these functions should use a prepended undercore ("_"), such as the _fgcommand, _setlistener, _cmdarg and _interpolate functions.


= Extension Function Signature =
= Extension Function Signature =
2,561

edits

Navigation menu