Hello to all,
Is there a problem in connecting undefined signals?
For example:
get_node('my_node').connect( 'signal', self, 'function')
Now supose that the node my_node have no 'signal' defined.
I tested it and it is working fine for now (the game doesn't crash), but is there a chance it could cause some weird problems in the future? It just seems wrong
Thanks!