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