Preeeetty sure signals are supposed to have an emit function, lol.
I tried to connect a temporary timer to a signal to be emitted on timeout. Godot does not approve:
I circumvented it by using a lambda function, this works fine:
Seems weird that you can't connect the emit() function though, is this is a bug or just not a supported feature, or am i doing it wrong somehow?