![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | pokemonleafgreen |
I have a custom signal and i would like to know how to check if that signal is emitted.
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | pokemonleafgreen |
I have a custom signal and i would like to know how to check if that signal is emitted.
![]() |
Reply From: | HyperlinkYourHeart |
You can connect to custom signals the exact same way you would to built-in signals - either by hooking them up in the editor, or connecting them in code using their connect
method.
There are some examples here.