Hey All,
Quick question. I have only been using signals as one time emits or at least one call=one emit. is it ok to use them in the physicsprocess/_process function? IE emit them every frame? (performance issues/bugs?)
My specific implementation is to communicate a player's stamina to the HUD as it regens. is there anything wrong with using signals or should I just use a getparent().getnode() chain?