How to Use Multiple Arguments in Custom Signals?

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

Hello to all.

I have recently started to practice Godot Engine and i can’t understand what can i do with the multiple arguments that are in a custom signal.

For example: emit_signal("my_signal",14,true) I can’t seem to find any good way to and how to use 14 and true arguments anywhere in a script.
Can someone give an simple example for that or a link to a webpage that gives an example about the topic .
I have asked this in here because i couldn’t find any example about this.

Thank you for your time.
Wishing you a healthy and happy new year.

:bust_in_silhouette: Reply From: S Arrowsmith