add_autoload
Configure a global singleton autoload in your Godot project by specifying a name and script or scene path.
Instructions
Add an autoload singleton to the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Autoload name (becomes a global singleton) | |
| path | Yes | Script or scene path |