Module commands

Module commands 

Source
Expand description

Commands for creating, updating and deleting scripts

Structsยง

AttachScript
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.
DetachScript
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.
RunScriptCallback
Runs a callback on the script with the given ID if it exists