2022-07-10 00:01:46 -06:00
|
|
|
probe
|
|
|
|
=====
|
|
|
|
|
2022-08-09 23:37:24 -06:00
|
|
|
.. dfhack-tool::
|
|
|
|
:summary: Display low-level properties of the selected tile.
|
2022-08-12 00:34:37 -06:00
|
|
|
:tags: adventure fort inspection buildings map units
|
2022-08-09 23:37:24 -06:00
|
|
|
|
|
|
|
.. dfhack-command:: bprobe
|
|
|
|
:summary: Display low-level properties of the selected building.
|
|
|
|
|
|
|
|
.. dfhack-command:: cprobe
|
|
|
|
:summary: Display low-level properties of the selected unit.
|
2022-07-10 00:01:46 -06:00
|
|
|
|
2022-08-17 23:42:02 -06:00
|
|
|
Usage
|
|
|
|
-----
|
2022-07-29 00:04:07 -06:00
|
|
|
|
|
|
|
``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`.
|