I have a button which is given a pressed signal in gdscript.
However the pressed signal is ran when the signal is added instead of when the button is actually pressed.
Upon actually pressing the button in question it doesn't run the function, but pressing it a 2nd time runs a completely unrelated function.
The function the button is suppose to run shouldn't be affecting the button or it's signals in the slightest so I can't imagine the function itself being at play.
I've tried to see exactly what's happening with the signals themselves but I couldn't find a way to view them in the remote view.
Is there some way to view what signals a node has connected in remote view?