gdscript_symbols_batch
Retrieve symbols from multiple GDScript files in a single call to understand file structures efficiently.
Instructions
Get symbols from multiple files in a single call. Returns: map of file path to symbol tree for each file. More efficient than calling gdscript_symbols repeatedly. Use to understand the structure of multiple files at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | List of absolute or relative paths to .gd files |