reload
Apply live updates to .manim files in a running game without restarting. Returns detailed parse, build, or signature errors with file, line, and column on failure.
Instructions
Hot-reload a .manim file (or all files if no file specified). On failure, errors[] entries include 'message', 'file', 'line', 'col', 'errorType' ('parse' | 'build' | 'signatureIncompatible'), and 'context' — builder errors now carry accurate file/line/col instead of 0 placeholders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Resource path to reload (e.g. 'ui/menu.manim'). Omit to reload all changed files. |