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
/
cyclic_ref_var_self.gd
blob: 57ae41922f7b50a38019aaf1990bf2a1cc35bf4e (
plain
)
1
2
3
4
var v1 = v1 func test(): print(v1)