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
/
runtime
/
errors
/
constant_dictionary_erase.gd
blob: 935fb773dc1388006d84a3dac5f2f53ced05a1ee (
plain
)
1
2
3
4
const dictionary := {} func test(): dictionary.erase(0)