summaryrefslogtreecommitdiff
path: root/doc/classes/Dictionary.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Dictionary.xml')
-rw-r--r--doc/classes/Dictionary.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/classes/Dictionary.xml b/doc/classes/Dictionary.xml
index cc58c56404..a9e2a38dcf 100644
--- a/doc/classes/Dictionary.xml
+++ b/doc/classes/Dictionary.xml
@@ -41,6 +41,17 @@
Erase a dictionary key/value pair by key.
</description>
</method>
+ <method name="get">
+ <return type="Variant">
+ </return>
+ <argument index="0" name="key" type="Variant">
+ </argument>
+ <argument index="1" name="default" type="Variant" default="Null">
+ </argument>
+ <description>
+ Returns the current value for the specified key in the [code]Dictionary[/code]. If the key does not exist, the method returns the value of the optional default argument, or Null if it is omitted.
+ </description>
+ </method>
<method name="has">
<return type="bool">
</return>
@@ -87,17 +98,6 @@
Return the list of values in the [code]Dictionary[/code].
</description>
</method>
- <method name="get">
- <return type="Variant">
- </return>
- <argument index="0" name="key" type="Variant">
- </argument>
- <argument index="1" name="default" type="Variant" default="null">
- </argument>
- <description>
- Returns the current value for the specified key in the [code]Dictionary[/code]. If the key does not exist, the method returns the value of the optional default argument, or Null if it is omitted.
- </description>
- </method>
</methods>
<constants>
</constants>