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: 0e5e5ce06029e104b2cf249ba4794229021c55c9 (
plain
)
1
2
3
func test(): if true # Missing colon here. print("true")