Document dictionary erase return value
(cherry picked from commit 5ce9bfcb4f
)
This commit is contained in:
parent
31ba78e4bd
commit
d963a32213
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user