Expand description
Commands for creating, updating and deleting scripts
Structsยง
- Attach
Script - Command which emits a
ScriptAttachedEvent
and then runs the processing pipeline to immediately process it. The end result is equivalent to attaching a script component or adding a static script and waiting for the normal pipeline to process it. - Detach
Script - Command which emits a
ScriptDetachedEvent
and then runs the processing pipeline to immediately process it. The end result is equivalent to detaching a script component or removing a static script and waiting for the normal pipeline to process it. - RunScript
Callback - Runs a callback on the script with the given ID if it exists