gdscript_references_batch
Batch find references for multiple GDScript symbols in one call. Use zero-based coordinates for bulk impact analysis across files.
Instructions
Find references for multiple symbols in a single call. Returns: list of reference locations for each position. IMPORTANT: Uses ZERO-BASED coordinates. More efficient than calling gdscript_references repeatedly. Use for bulk impact analysis across multiple symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positions | Yes | List of positions to find references for |