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
a7029e4c8a
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
warnings
/
narrowing_conversion.gd
6 lines
82 B
GDScript
Raw
Blame
History
func
i_accept_ints_only
(
_i
:
int
)
:
pass
func
test
(
)
:
i_accept_ints_only
(
12.345
)
Reference in New Issue
View Git Blame
Copy Permalink