You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current version, if the default value of a GDScript function arguments is set to an array or dictionary, it will be null in tooltips and documentation.
Steps to reproduce
Just look at the script document and the tooltip when calling the fn function, the default value won't show/is null:
funcfn(x= [], y= {}):
return
Minimal reproduction project
funcfn(x= [], y= {}):
return
The text was updated successfully, but these errors were encountered:
In the current version, if the default value of a GDScript function arguments is set to an array or dictionary, it will be null in tooltips and documentation.
Godot version
4.0.alpha12
System information
Windows11, Nvidia RTX 2060, Vulkan
Issue description
In the current version, if the default value of a GDScript function arguments is set to an array or dictionary, it will be null in tooltips and documentation.
Steps to reproduce
Just look at the script document and the tooltip when calling the fn function, the default value won't show/is null:
Minimal reproduction project
The text was updated successfully, but these errors were encountered: