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
/
parser
/
errors
/
subscript_without_index.gd
blob: c30c05e4da58fcf4bc86f3c290a354a07c3e231e (
plain
)
1
2
3
func test(): var array = [1, 2, 3] array[] = 4