Merge remote-tracking branch 'myk002/buildingplan_isenabled' into develop

develop
lethosor 2020-09-24 00:05:58 -04:00
commit 945cd2e43e
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 7 additions and 0 deletions

@ -3661,6 +3661,13 @@ to lua contexts. They are automatically imported by
``mkmodule('plugins.<name>')``; this means that a lua
module file is still necessary for ``require`` to read.
In addition to any native functions documented here, plugins that can be
disabled (that is, plugins that support the enable/disable API) will have the
following functions defined:
* ``isEnabled()`` returns whether the plugin is enabled.
* ``setEnabled(boolean)`` sets whether the plugin is enabled.
The following plugins have lua support.
blueprint