Skip to content
This repository was archived by the owner on Dec 28, 2022. It is now read-only.

Property listing or modification

Erik Ramfelt edited this page Feb 19, 2019 · 2 revisions

List or modifies properties (component.rsc)

Command options:

  • -l, --list - list properties. Default: false
  • -ll, --list-all-info - list properties with all information such as range, set, etc. Default: false
  • -a, --add - add properties data (comma separated list with key=value pairs); ifproperty exists it will be updated
  • -t, --type - type when adding new properties (string, double, bool, int). Default: string
  • -r, --remove - remove properties (comma separated list)
  • -u, --update - update properties data (comma separated list with key=value pairs)

Clone this wiki locally