diff options
author | lopho <lopho@users.noreply.github.com> | 2019-05-04 17:15:20 +0200 |
---|---|---|
committer | lopho <lopho@users.noreply.github.com> | 2019-05-04 21:10:18 +0200 |
commit | 5ce9bfcb4f5d80d4c25ef13211eb58f4e569e603 (patch) | |
tree | 40796c19e3661c0115868f844836df8a48db4378 /doc | |
parent | 84401e8cdf4f41fc0e804bf5410622e75a08c0f5 (diff) |
Document dictionary erase return value
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Dictionary.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Dictionary.xml b/doc/classes/Dictionary.xml index f47649363e..b6b17d03fb 100644 --- a/doc/classes/Dictionary.xml +++ b/doc/classes/Dictionary.xml @@ -47,7 +47,7 @@ <argument index="0" name="key" type="Variant"> </argument> <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> </method> <method name="get"> |