Include description commands for markers

Happyrobot33 2021-12-02 08:27:51 -05:00
parent 4ec41d66b9
commit 968dccaa26

@ -78,6 +78,8 @@ These commands are only available if the Markers Component has been enabled (v0.
* `/dmarker listlines` : list details of all lines
* `/dmarker updateline <label> <arg>:<value> ...` : update attributes of line with given label
* `/dmarker updateline id:<id> <arg>:<value> ...` : update attributes of line with given ID
* `/dmarker appenddesc id:<id> set:<set-id> desc:"<marker-description>"` : append given text onto description field on a marker
* `/dmarker resetdesc id:<id> set:<set-id>` : reset description of a marker
## Map/World Configuration Commands ##