,
So I've been working on a player script and it begins with "extends KinematicBody"
I understand this is how the engine knows that the script extends, i.e. expands, on the KinematicBody, i.e. player node that I'm trying to script.
What I'm wondering is if there is an easy way for me to know what a script is attached to -in case I, for example, didn't give my script a descriptive name.
In other words: In the "scene" tab, I can select any node on the list and if it has a script it has the little script icon that I can click and it brings me to that node's script. I'm wondering if there is an easy way to go backwards, i.e. look through a list of scripts and see what nodes they are attached to.
I'm also wondering if there is a easy way for me to understand/see the relationship(s) of segments of a script and other nodes or scripts in the scene.