How Do I change datatype of a signal using GDscript

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

How do I change signal argument variable data type
Help how do I
so it look’s like the example
enter image description here
This one is not working:
not working

signal ValueOfIt(value: float)

I want this ValueOfIt signal only expect float.

Code Location

I should have applied that special thing right now as I saw the YouTube video doing that signal change data type somewhere.

:bust_in_silhouette: Reply From: njamster

Static typing for signals has not been implemented yet, see issue #26045.

Oh. Sadd. I’ve now read the issue you provided. Thancc.

JOELwindows7 | 2020-02-11 05:20