manage_autoloads
manage_autoloadsManage autoloads in a Godot project by adding, removing, or listing them with a specified script or scene path.
Instructions
Add, remove, or list autoloads in a Godot project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Autoload name (required for add/remove) | |
| path | No | Script/scene path (required for add, e.g. "res://globals.gd") | |
| action | Yes | "list", "add", or "remove" | |
| projectPath | Yes | Godot project path |