index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
tests
/
scripts
/
runtime
/
features
/
lua_assign.gd
blob: c9b5f8481e81dd3db1437ad3438d6af333390b72 (
plain
)
1
2
3
4
func test(): var dict = {} dict.test = 1 print(dict.test)