Declare signal at runtime

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

I would like to declare signals at runtime given a ressource unique ID.
Is such thing possible ? In GDScript ?

I tried this

signal RID(self).get_id()

Thank you