diff --git a/core/variant_call.cpp b/core/variant_call.cpp
index f3f38f074e1..c1a58dff759 100644
--- a/core/variant_call.cpp
+++ b/core/variant_call.cpp
@@ -1437,9 +1437,9 @@ _VariantCall::addfunc(Variant::m_vtype,Variant::m_ret,_SCS(#m_method),VCALL(m_cl
ADDFUNC0(DICTIONARY,INT,Dictionary,size,varray());
ADDFUNC0(DICTIONARY,BOOL,Dictionary,empty,varray());
ADDFUNC0(DICTIONARY,NIL,Dictionary,clear,varray());
- ADDFUNC1(DICTIONARY,BOOL,Dictionary,has,NIL,"value",varray());
- ADDFUNC1(DICTIONARY,BOOL,Dictionary,has_all,ARRAY,"values",varray());
- ADDFUNC1(DICTIONARY,NIL,Dictionary,erase,NIL,"value",varray());
+ ADDFUNC1(DICTIONARY,BOOL,Dictionary,has,NIL,"key",varray());
+ ADDFUNC1(DICTIONARY,BOOL,Dictionary,has_all,ARRAY,"keys",varray());
+ ADDFUNC1(DICTIONARY,NIL,Dictionary,erase,NIL,"key",varray());
ADDFUNC0(DICTIONARY,INT,Dictionary,hash,varray());
ADDFUNC0(DICTIONARY,ARRAY,Dictionary,keys,varray());
ADDFUNC0(DICTIONARY,ARRAY,Dictionary,values,varray());
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index 5a8e695a64d..e553e958906 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -1829,6 +1829,8 @@
+
+
Default usage (storage and editor).
@@ -2392,7 +2394,35 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -4474,9 +4504,11 @@
+
+
-
+
Searches the array in reverse order. Optionally, a start search index can be passed. If negative, the start index is considered relative to the end of the array.
@@ -10408,7 +10440,7 @@ This approximation makes straight segments between each point, then subdivides t
-
+
Erase a dictionary key/value pair by key.
@@ -10417,7 +10449,7 @@ This approximation makes straight segments between each point, then subdivides t
-
+
Return true if the dictionary has a given key.
@@ -10426,7 +10458,7 @@ This approximation makes straight segments between each point, then subdivides t
-
+
Return true if the dictionary has all of the keys in the given array.
@@ -17352,25 +17384,13 @@ Example: (content-length:12), (Content-Type:application/json; charset=UTF-8)
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -25390,8 +25410,6 @@ This method controls whether the position between two cached points is interpola
-
-
@@ -25616,8 +25634,6 @@ This method controls whether the position between two cached points is interpola
-
-
@@ -25792,8 +25808,6 @@ This method controls whether the position between two cached points is interpola
-
-
@@ -25947,8 +25961,6 @@ This method controls whether the position between two cached points is interpola
-
-
@@ -26373,15 +26385,6 @@ This method controls whether the position between two cached points is interpola
Constant to create damped spring joints.
-
- Constant to set/get the solver bias for a joint.
-
-
- Constant to set/get the maximum speed at which a joint can correct its bodies.
-
-
- Constant to set the maximum force a joint can exert on its bodies.
-
Set the resting length of the spring joint. The joint will always try to go to back this length when pulled apart.
@@ -39177,6 +39180,10 @@ This method controls whether the position between two cached points is interpola
+
+
+
+