Remove script class checks when getting function signature
This commit is contained in:
parent
3f02cf7ced
commit
0fef203b1f
13 changed files with 65 additions and 13 deletions
|
|
@ -0,0 +1,6 @@
|
|||
const TestClass = preload("gdscript_duplicate_class.notest.gd")
|
||||
|
||||
func test():
|
||||
# TestClass.duplicate() fails
|
||||
@warning_ignore("return_value_discarded")
|
||||
(TestClass as GDScript).duplicate()
|
||||
Loading…
Add table
Add a link
Reference in a new issue