index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
/
scripts
/
runtime
/
errors
/
cast_freed_object.gd
blob: 6b766f4d3d0d057b09b420ba9962bc07aac31a0e (
plain
)
1
2
3
4
func test(): var node := Node.new() node.free() print(node as Node2D)