Hello!
So I've been having some trouble with the area2d bodyentered() and areaentered() signals in the area2d node. I've managed to find a solution but wanted to learn more about them so I have less problems in the future.
The only problem is that I cannot find any documentation for it! I've searched everywhere and the only documentation that I can find is the one explaining what the signal does in godot docs under area2d / signals.
My problem was solved when I came across this thread
https://gyazo.com/888405ddc47883218960f48dea234782
It says to use the .get_name() syntax to solve the problem. My question is: Where is the documentation where I can see these methods, if there is any at all? And if there isn't, where can I learn them?