Skip to main content

SetInteractableProperties

Sets properties of an Interactable Toy.

Syntaxโ€‹

SetInteractableProperties *toy shape? interaction_duration? is_locked?

Argumentsโ€‹

NameRequiredTypeDescription
toyYesa reference to InteractableToy object.
shapeNoColliderShape enum value - found using 'serhelp ColliderShape' commandDefault: not changing
interaction durationNoDuration in format #ms, #s, #m, #h (e.g. 5s or 2m)Default: not changing
is lockedNobool (true or false) valueDefault: not changing

On a running serverโ€‹

Use serhelp SetInteractableProperties to inspect the reference generated by your installed SER version.