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
/
array_consecutive_commas.gd
blob: b45f99fdd048b9da93a3ea8634726ac01e15e161 (
plain
)
1
2
3
func test(): # Arrays with consecutive commas are not allowed. var array = ["arrays",,,,]