find_script_references
Identify all scenes and nodes that reference a specific script in your Godot project. Provide the script path to get a list of its usages.
Instructions
Find all scenes and nodes that use a specific script
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_path | Yes | Script file path (e.g. 'res://scripts/player.gd') |