Welp, i have another question in regards of code use, i've read that signals are basically another way to call a function, as in, setting up a signal is the same as using "function(variable)", if it's the case, what's the difference between those two?, is using signals at the end more performance-friendly?, or what benefits does it have?, 'cause i've mostly been using direct function calls in my code.