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-paren-after-args.gd
blob: 116b0151da0573b2d97359a4aefa590aa499ad08 (
plain
)
1
2
3
4
5
6
func args(a, b): print(a) print(b) func test(): args(1,2