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
/
warnings
/
narrowing_conversion.gd
blob: 954e697145db1eaa80f4cfa23fba1202aec3fc2f (
plain
)
1
2
3
4
5
func i_accept_ints_only(_i: int): pass func test(): i_accept_ints_only(12.345)