2022-12-05 18:20:27 -07:00
|
|
|
script-manager
|
|
|
|
==============
|
|
|
|
|
|
|
|
.. dfhack-tool::
|
2022-12-06 15:42:27 -07:00
|
|
|
:summary: Triggers startup tasks for scripts.
|
2022-12-05 18:20:27 -07:00
|
|
|
:tags: dev
|
|
|
|
:no-command:
|
|
|
|
|
2022-12-06 15:42:27 -07:00
|
|
|
This plugin loads all scripts that are declared as modules so that they can
|
|
|
|
put state change hooks in place for loading persistent data. It also scans for
|
|
|
|
global ``isEnabled()`` functions and gathers them for script enabled state
|
|
|
|
tracking and reporting for the `enable` command.
|