This website requires JavaScript.
Explore
Help
Sign In
Sara
/
godot-module-template
forked from
Hertog/godot-module-template
Watch
1
Star
0
Fork
You've already forked godot-module-template
0
Code
Pull Requests
Activity
5251e6737e
godot-module-template
/
engine
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
features
/
weak_initializer.gd
6 lines
89 B
GDScript
Raw
Blame
History
func
test
(
)
:
var
bar
=
1
var
foo
:
float
=
bar
print
(
typeof
(
foo
)
)
print
(
foo
is
float
)
View Git Blame
Copy Permalink