2022-07-18 11:58:35 -06:00
|
|
|
unload
|
2022-07-20 00:01:25 -06:00
|
|
|
======
|
2022-07-18 11:58:35 -06:00
|
|
|
|
2022-08-09 23:37:24 -06:00
|
|
|
.. dfhack-tool::
|
|
|
|
:summary: Unload a plugin from memory.
|
2022-08-12 00:34:37 -06:00
|
|
|
:tags: dfhack
|
2022-08-09 23:37:24 -06:00
|
|
|
|
2022-07-22 00:21:56 -06:00
|
|
|
Also see `load` and `reload` 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
|
|
|
|
|
|
|
unload <plugin> [<plugin> ...]
|
|
|
|
unload -a|--all
|
|
|
|
|
|
|
|
You can unload individual named plugins or all plugins at once.
|