run_script (string file) ⇒ mixed
Runs a script inside a new runtime environment. Scripts cannot directly interact as part of the sandbox feature, unless they are specifically instructed to via some kind of file system. If the script returns a value, this function will take that value as it's own return value.
First available: Version 1.3.5
Comments