autoload_remove
Remove an autoload singleton from a Godot project by specifying its name and project path.
Instructions
Remove an autoload singleton from the project.
Category: Autoload
Args: project_path: Path to the Godot project directory name: Name of the autoload to remove
Returns: Success message or error description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | ||
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |