Материал из Module developer
Перейти к: навигация, поиск

A module can contain any number of scripts. There are several types of scripts for modules:

  • Driver - script files of this type contain script, responsible for working with a driver
  • GUI - script files of this type contain script, responsible for working with graphics
  • Common - script files of this type must contain general scripts, such as a set of additional functions or a description of classes of secondary importance
  • Setup - a special script file that contains information about module setting, a list of fields that are obligatory to fill in, types of these fields and functions that check the correctness of entered data.