autoload_add
Add an autoload singleton to your Godot project. Provide the project path, autoload name, and script path to make the script globally accessible.
Instructions
Add an autoload singleton to the project.
Category: Autoload
Args: project_path: Path to the Godot project directory name: Name of the autoload (will be accessible as global) script_path: Path to the script file (relative to project)
Returns: Success message or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| name | Yes | ||
| script_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |