Document dictionary erase return value

This commit is contained in:
lopho 2019-05-04 17:15:20 +02:00
parent 84401e8cdf
commit 5ce9bfcb4f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
<argument index="0" name="key" type="Variant"> <argument index="0" name="key" type="Variant">
</argument> </argument>
<description> <description>
Erase a dictionary key/value pair by key. Do 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. Do not erase elements while iterating over the dictionary.
</description> </description>
</method> </method>
<method name="get"> <method name="get">