dfhack/docs/builtins/reload.rst

22 lines
449 B
ReStructuredText

2022-07-18 11:58:35 -06:00
reload
======
2022-07-18 11:58:35 -06:00
.. dfhack-tool::
:summary: Reload a loaded plugin.
2022-08-12 00:34:37 -06:00
:tags: dfhack
Developers use this command to reload a plugin that they are actively modifying.
Also see `load` and `unload` for related actions.
2022-07-18 11:58:35 -06:00
2022-08-17 23:42:02 -06:00
Usage
-----
::
2022-07-18 11:58:35 -06:00
reload <plugin> [<plugin> ...]
reload -a|--all
You can reload individual named plugins or all plugins at once. Note that
plugins are disabled after loading/reloading until you explicitly `enable`
them.