You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
committed by
Rémi Verschelde
parent
41e7f676ea
commit
39bb33565b
@@ -111,7 +111,8 @@
|
|||||||
<return type="bool" />
|
<return type="bool" />
|
||||||
<argument index="0" name="key" type="Variant" />
|
<argument index="0" name="key" type="Variant" />
|
||||||
<description>
|
<description>
|
||||||
Erase a dictionary key/value pair by key. Returns [code]true[/code] if the given key was present in the dictionary, [code]false[/code] otherwise. Does not erase elements while iterating over the dictionary.
|
Erase a dictionary key/value pair by key. Returns [code]true[/code] if the given key was present in the dictionary, [code]false[/code] otherwise.
|
||||||
|
[b]Note:[/b] Don't erase elements while iterating over the dictionary. You can iterate over the [method keys] array instead.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get">
|
<method name="get">
|
||||||
|
|||||||
Reference in New Issue
Block a user