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
/
confusable_local_usage.gd
blob: 4462c067bcd60414556d98b56eb09c318fc4c6c8 (
plain
)
1
2
3
4
5
6
var a = 1 func test(): print(a) var a = 2 print(a)