You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
6 lines
147 B
GDScript
6 lines
147 B
GDScript
const TestClass = preload("gdscript_duplicate_class.notest.gd")
|
|
|
|
func test():
|
|
# (TestClass as GDScript).duplicate() exists
|
|
TestClass.duplicate()
|