godot-visual-script icon indicating copy to clipboard operation
godot-visual-script copied to clipboard

Automatic type identification of signal method argument data types

Open swarnimarun opened this issue 7 years ago • 2 comments

Godot version: Godot v3.0.2

OS/device including version: Windows 64-bit

Issue description: Using signals we have to set up instance call type separately else the types don't really work, especially in case of event(which should be InputEvent not Object).

Steps to reproduce: test

Minimal reproduction project: Any Basic Visual Script Project.

swarnimarun avatar Apr 19 '18 06:04 swarnimarun

This should be doable, see https://github.com/godotengine/godot/pull/20463 for a related problem.

fire avatar Jul 25 '18 22:07 fire

Another problem is that the object type lacks a type and a type hint (when is an Variant::Object. So that dialogue needs those two items.

godot windows tools 64_2018-07-25_15-52-02

fire avatar Jul 25 '18 22:07 fire