VisualScript call nodes should have a default arg of zero by default
Godot version: 3.1.1
Issue description: When adding a method node the default args are often not 0 and arguments are hidden, which isn't very intuitive. All arguments should be visible by default to show beginners everything, as they could get confused because an argument is missing (Seen in Godot Discord).
Steps to reproduce: Add a method call with more than one argument to a VisualScript.
Can you give a Visual reference? I am not able to understand this one properly.
Shouldn't be one by default.
I have a different opinion. The person that writes a function and gives it arguments default values, does so by design. So in most cases you dont need to wory about it when implementing the function. That is also a good reason to hide those by default. Secondly you might want a refrense to know in what scale a arg is designd.
Maybe a propposal for a VisualScript project property ´show default arguments´?