This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8f7b09916d
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
features
/
default_arg_convertable.gd
7 lines
104 B
GDScript
Raw
Blame
History
func
check
(
arg
:
float
=
3
)
:
return
typeof
(
arg
)
==
typeof
(
3.0
)
func
test
(
)
:
if
check
(
)
:
print
(
'
ok
'
)
Reference in New Issue
View Git Blame
Copy Permalink