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
/
shadowed_variable_function.gd
blob: 2c55d68be859bbf6075a4905ebe0bbaa42e0d7d1 (
plain
)
1
2
func test(): var test = "This variable has the same name as the test() function."