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
/
missing-colon.gd
blob: 62cb633e9e1d6bb64fd1724f0518a05588b5320f (
plain
)
1
2
3
func test(): if true # Missing colon here. print("true")