Mondego/spacetime

New frameserver commands

Opened this issue · 1 comments

  • findobjs [type] [dim] [value]: finds objects of type [type] where dimension [dim] matches value [value]
  • modobj [type] [dim] [key] [value]: sets the dimension [dim] of object identified by [key] to the specified value [value]
  • descobj [type] [dimension] [key]: prints the value of the [dimension] of object type [type] with [key]
  • objsof [simulation]: prints all objects ids belonging to [simulation]

in df111af, added findobjs and descobj