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
/
analyzer
/
warnings
/
overriding_native_method.gd
blob: 19d40f8ec8fffbab18adf7af46ac5e6551d52851 (
plain
)
1
2
3
4
5
func test(): print("warn") func get(_property: StringName) -> Variant: return null