index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
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)