Fix doc for Dictionary.erase
This commit is contained in:
parent
2fc31fdfca
commit
1e0fe9f817
1 changed files with 2 additions and 1 deletions
|
@ -213,7 +213,8 @@
|
|||
<return type="bool" />
|
||||
<argument index="0" name="key" type="Variant" />
|
||||
<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>
|
||||
</method>
|
||||
<method name="get" qualifiers="const">
|
||||
|
|
Loading…
Reference in a new issue