Skip to content

Creating Modules

Eric Werner edited this page Dec 12, 2016 · 2 revisions

Modules in a2 have various aspects. There is the functionality provided by the a2 runtime and the user interface to make changes to what this functionality does.

The user interface is composed of "Elements". For the most common tasks there is a range of such elements built into a2 right away:

  • Hotkey
  • Variables
    • String, CheckBox (bool), Number (int/float), Path (file/folder)
  • Include
  • Button
  • Label
  • GroupBox

Modules are bundled in collections. So called "Module Sources". They can be right on your hard disk only or come from an external source like a network drive or some internet URL.