2022-07-18 11:58:35 -06:00
|
|
|
load
|
2022-07-20 00:01:25 -06:00
|
|
|
====
|
2022-07-22 16:16:57 -06:00
|
|
|
Tags: `tag/system`
|
2022-07-20 00:01:25 -06:00
|
|
|
:dfhack-keybind:`load`
|
2022-07-18 11:58:35 -06:00
|
|
|
|
2022-07-22 00:21:56 -06:00
|
|
|
:index:`Load and register a plugin library.
|
|
|
|
<load; Load and register a plugin library.>` 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.
|