teebarjunk / godot-4.0-tool_button

Ease development with an inspector button that's plumb simple.
MIT License
55 stars 7 forks source link

fixes to support 4.0 beta 2 #2

Closed bryab closed 2 years ago

bryab commented 2 years ago

I have never used this addon before - is it supposed to show methods that require arguments? Shouldn't those be excluded since there's no way to supply the arguments?

teebarjunk commented 2 years ago

I think I had it like that so methods with default arguments will work.

If the newest Godot allows checking for default arguments, I'll add a filter to only show methods where all default arguments are set up.

Thanks for the fixes.