dfhack/docs/builtins/load.rst

17 lines
364 B
ReStructuredText

2022-07-18 11:58:35 -06:00
load
====
2022-07-18 11:58:35 -06:00
.. dfhack-tool::
:summary: Load and register a plugin library.
:tags: system
Also see `unload` and `reload` for related actions.
2022-07-18 11:58:35 -06:00
Usage::
load <plugin> [<plugin> ...]
load -a|--all
You can load individual named plugins or all plugins at once. Note that plugins
are disabled after loading/reloading until you explicitly `enable` them.