Материал из Module developer
Modules can have an unlimited number of scripts or none of them. There are different types of scripts for modules:
- Driver - script files of this type contain scripts, responsible for working with a driver
- GUI - script files of this type contain scripts, responsible for working with graphics
- Common - script files of this type contain general scripts such as a set of additional functions or a description of classes of minor importance
- Setup - a special script file. that contains information about module settings, to be more exact, a list of fields that have to be filled in, types of these fields and functions to check if the entered data are correct.
