This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
godot
mirror of
https://github.com/godotengine/godot.git
Watch
1
Star
0
Fork
You've already forked godot
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cb1569345a
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
errors
/
missing_argument.gd
7 lines
61 B
GDScript
Raw
Blame
History
func
args
(
a
,
b
)
:
print
(
a
)
print
(
b
)
func
test
(
)
:
args
(
1
,
)
Reference in New Issue
View Git Blame
Copy Permalink