![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Timofey |
i can’t do this
signal my_signal(value: float)
Yep, you can’t.
You can check the value’s type with, for ex. if typeof(value) == TYPE_ARRAY:
before sending or after receiving the signal
1shevelov | 2021-09-27 13:22