You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Remove script class checks when getting function signature
This commit is contained in:
committed by
Rémi Verschelde
parent
3f02cf7ced
commit
0fef203b1f
@@ -0,0 +1,5 @@
|
||||
const TestClass = preload("gdscript_duplicate_class.notest.gd")
|
||||
|
||||
func test():
|
||||
# (TestClass as GDScript).duplicate() exists
|
||||
TestClass.duplicate()
|
||||
Reference in New Issue
Block a user