dfhack/docs/plugins/confirm.rst

22 lines
667 B
ReStructuredText

confirm
=======
2022-07-22 17:42:36 -06:00
.. dfhack-tool::
:summary: Adds confirmation dialogs for destructive actions.
2023-02-10 10:51:50 -07:00
:tags: fort interface
In the base game, it is frightenly easy to destroy hours of work with a single
misclick. Now you can avoid the consequences of accidentally disbanding a squad
(for example), or deleting a hauling route.
2022-08-17 23:42:02 -06:00
Usage
-----
``enable confirm``, ``confirm enable all``
2022-07-22 17:42:36 -06:00
Enable all confirmation options. Replace with ``disable`` to disable all.
``confirm enable option1 [option2...]``
2022-07-22 17:42:36 -06:00
Enable (or ``disable``) specific confirmation dialogs.
When run without parameters, ``confirm`` will report which confirmation dialogs
are currently enabled.