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_enum.gd
blob: 1caef3d3664329b21cc6a6908129fd19549ec6b2 (
plain
)
1
2
3
4
5
func test(): print(E1.V) enum E1 {V = E2.V} enum E2 {V = E1.V}