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
/
analyzer
/
errors
/
cast_object_to_int.gd
blob: f6cd5e217e44e32c3f7accfb26d198344922865b (
plain
)
1
2
3
func test(): var object := RefCounted.new() print(object as int)