SetInteractableProperties
Sets properties of an Interactable Toy.
Syntaxโ
SetInteractableProperties *toy shape? interaction_duration? is_locked?
Argumentsโ
| Name | Required | Type | Description |
|---|---|---|---|
toy | Yes | a reference to InteractableToy object. | |
shape | No | ColliderShape enum value - found using 'serhelp ColliderShape' command | Default: not changing |
interaction duration | No | Duration in format #ms, #s, #m, #h (e.g. 5s or 2m) | Default: not changing |
is locked | No | bool (true or false) value | Default: not changing |
On a running serverโ
Use serhelp SetInteractableProperties to inspect the reference generated by your installed SER version.