Hello, I'm new to Godot,
I was wondering is there is a way to check is at some point there is a node at some position (node.translation == position). I can do this storing all nodes in an Array and make an if statement, but this might be inefficient. (I'm making a 3d game)