This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
mirror of
https://github.com/godotengine/godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
273bf7210f
godot
/
modules
/
gdscript
/
tests
/
scripts
/
analyzer
/
warnings
/
overriding_native_method.gd
6 lines
86 B
GDScript
Raw
Blame
History
func
test
(
)
:
print
(
"
warn
"
)
func
get
(
_property
:
StringName
)
-
>
Variant
:
return
null
View Git Blame
Copy Permalink