From OpenSCADAWiki
Jump to: navigation, search

As well as to initiate the environment of the module with the following functions:

  • void modFuncReg( ExpFunc *func ); — registration of the module's exported function, which is part of the mechanism of intermodule interaction that registers the internal function of the module for external call by the name-symbol of the function and its pointer relative to the object of the module.
At.png Currently, this mechanism is used by few modules.