doc: Sync classref to add operators after #43419
This commit is contained in:
@@ -171,14 +171,14 @@
|
||||
<link title="OS Test Demo">https://godotengine.org/asset-library/asset/677</link>
|
||||
</tutorials>
|
||||
<methods>
|
||||
<method name="Dictionary">
|
||||
<method name="Dictionary" qualifiers="constructor">
|
||||
<return type="Dictionary">
|
||||
</return>
|
||||
<description>
|
||||
Constructs an empty [Dictionary].
|
||||
</description>
|
||||
</method>
|
||||
<method name="Dictionary">
|
||||
<method name="Dictionary" qualifiers="constructor">
|
||||
<return type="Dictionary">
|
||||
</return>
|
||||
<argument index="0" name="from" type="Dictionary">
|
||||
@@ -294,6 +294,30 @@
|
||||
Returns the list of keys in the [Dictionary].
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator !=" qualifiers="operator">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="right" type="Dictionary">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator ==" qualifiers="operator">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<argument index="0" name="right" type="Dictionary">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="operator []" qualifiers="operator">
|
||||
<return type="Variant">
|
||||
</return>
|
||||
<argument index="0" name="key" type="Variant">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="size">
|
||||
<return type="int">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user