Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Issues are used to track todos, bugs, feature requests, and more.
extends Node class MyClass: extends Object var me = "Bob" func _ready(): var obj = MyClass.new() var d = {"hi":"hello"} var a = [0,obj,d] var a2 = a.duplicate() a2[0 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results