forge_set_script
Write or update script source code files in Forge Engine projects, automatically saving and reloading changes in the editor.
Instructions
Write/update the source code of a script file. The file will be saved and reloaded in the editor.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the script file | |
| source | Yes | Complete new source code for the file |