validate_script
Check a GDScript file for syntax errors by loading it in Godot project. Identifies issues before runtime.
Instructions
Check a GDScript file for syntax errors by attempting to load it in Godot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the Godot project | |
| scriptPath | Yes | Path to the script to validate |