index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
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,)