You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Document dictionary erase return value
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user