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
/
analyzer
/
errors
/
missing_argument.gd
blob: 70bdadf291c166a5449d27dab3c9a9af5d3fe194 (
plain
)
1
2
3
4
5
6
func args(a, b): print(a) print(b) func test(): args(1,)