DEBSOURCES
Skip Quicknav
sources / godot / 4.4.1%2Bds-1 / modules / gdscript / tests / scripts / runtime / features / object_constructor.gd
123456
# GH-73213 func test(): var object := Object.new() # Not `Object()`. print(object.get_class()) object.free()