Basic constructor for a plugin.
It passes execution to the module-level initialise if it exists.
There's no point in checking whether the plugin is enabled or not, as it will only be possible to change the setting after having created the plugin (and serialised settings into it).
The aggregate of all plugin state variables, making this the "original state" of the plugin.
See Implementation
Basic constructor for a plugin.
It passes execution to the module-level initialise if it exists.
There's no point in checking whether the plugin is enabled or not, as it will only be possible to change the setting after having created the plugin (and serialised settings into it).