mirror of
https://github.com/godotengine/godot.git
synced 2024-12-21 10:25:24 +08:00
Merge pull request #28681 from lopho/dict-doc
Document dictionary erase return value
This commit is contained in:
commit
f935c1ff9a
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user