Will a method connected to a signal be called in the current frame or in the next frame

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Gamespot

Will a method connected to a signal be called in the current frame or next frame

Can you be more descriptive? what exactly do you want to do?

ramazan | 2022-03-17 10:31

:bust_in_silhouette: Reply From: AlexTheRegent

Method, connected to a signal, will be called in the current frame, right after emit_signal call (signals in Godot based on Observer pattern).