mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix #958
This commit is contained in:
@@ -310,9 +310,8 @@ states and quick structs:
|
||||
|
||||
# indexing
|
||||
|
||||
d.mother = "rebecca"
|
||||
d["mother"] = "rebecca"
|
||||
d.name = "caroline" # if key exists, assignment does work, this is why it's like a quick struct.
|
||||
d.mother = "caroline" # this would work too to create a new key
|
||||
|
||||
For & while
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user