godot icon indicating copy to clipboard operation
godot copied to clipboard

Remove script class checks when getting function signature

Open adamscott opened this issue 2 years ago • 0 comments

Removes script class checks when getting function signature because it's already impossible to call non-static functions in GDScript instances.

Fixes #71994

adamscott avatar Jan 26 '23 22:01 adamscott