dfhack/docs/plugins/probe.rst

22 lines
712 B
ReStructuredText

probe
=====
**Tags:** `tag/adventure`, `tag/fort`, `tag/inspection`, `tag/map`
2022-07-29 00:04:07 -06:00
:dfhack-keybind:`probe`
:dfhack-keybind:`bprobe`
:dfhack-keybind:`cprobe`
2022-07-29 00:04:07 -06:00
Display low-level properties of selected objects.
2022-07-29 00:04:07 -06:00
Usage:
``probe``
Displays properties of the tile selected with :kbd:`k`. Some of these
properties can be passed into `tiletypes`.
``bprobe``
Displays properties of the building selected with :kbd:`q` or :kbd:`t`.
For deeper inspection of the building, see `gui/gm-editor`.
``cprobe``
Displays properties of the unit selected with :kbd:`v`. It also displays the
IDs of any worn items. For deeper inspection of the unit and inventory items,
see `gui/gm-unit` and `gui/gm-editor`.