This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
mirror of
https://github.com/godotengine/godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
a9b600bac0
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
errors
/
missing_argument.gd
7 lines
70 B
GDScript
Raw
Blame
History
func
args
(
a
,
b
)
:
print
(
a
)
print
(
b
)
func
test
(
)
:
args
(
1
,
)
View Git Blame
Copy Permalink