update docs for probe
parent
1bbe996d58
commit
cf69a1a2cf
@ -1,13 +1,21 @@
|
|||||||
probe
|
probe
|
||||||
=====
|
=====
|
||||||
|
Tags:
|
||||||
|
:dfhack-keybind:`probe`
|
||||||
|
:dfhack-keybind:`bprobe`
|
||||||
|
:dfhack-keybind:`cprobe`
|
||||||
|
|
||||||
This plugin provides multiple commands that print low-level properties of the
|
Display low-level properties of selected objects.
|
||||||
selected objects.
|
|
||||||
|
|
||||||
* ``probe``: prints some properties of the tile selected with :kbd:`k`. Some of
|
Usage:
|
||||||
these properties can be passed into `tiletypes`.
|
|
||||||
* ``cprobe``: prints some properties of the unit selected with :kbd:`v`, as well
|
``probe``
|
||||||
as the IDs of any worn items. `gui/gm-unit` and `gui/gm-editor` are more
|
Displays properties of the tile selected with :kbd:`k`. Some of these
|
||||||
complete in-game alternatives.
|
properties can be passed into `tiletypes`.
|
||||||
* ``bprobe``: prints some properties of the building selected with :kbd:`q` or
|
``bprobe``
|
||||||
:kbd:`t`. `gui/gm-editor` is a more complete in-game alternative.
|
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`.
|
||||||
|
Loading…
Reference in New Issue