index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
errors
/
cyclic_ref_var.gd
blob: 69138887241184a14201ddff12fe544e2f6c234c (
plain
)
1
2
3
4
5
func test(): print(v1) var v1 := v2 var v2 := v1