diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-09-17 19:35:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 19:35:55 +0200 |
commit | 7762e8b1c1fbabc69769e8df9d6aa2443d309892 (patch) | |
tree | 7aed1f940dda8b1351d0384b81b6d81746b5f2e2 /doc/classes/Dictionary.xml | |
parent | 98a7bf340698d89708aae7c26f0e1416bd6cdc58 (diff) | |
parent | 455e142d37c993a0c80ff5241a10ae9327e46d43 (diff) |
Merge pull request #52788 from vnen/gdscript-compare-with-null
Diffstat (limited to 'doc/classes/Dictionary.xml')
-rw-r--r-- | doc/classes/Dictionary.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/classes/Dictionary.xml b/doc/classes/Dictionary.xml index 59088f33fd..a6b97f3a75 100644 --- a/doc/classes/Dictionary.xml +++ b/doc/classes/Dictionary.xml @@ -290,12 +290,22 @@ </method> <method name="operator !=" qualifiers="operator"> <return type="bool" /> + <description> + </description> + </method> + <method name="operator !=" qualifiers="operator"> + <return type="bool" /> <argument index="0" name="right" type="Dictionary" /> <description> </description> </method> <method name="operator ==" qualifiers="operator"> <return type="bool" /> + <description> + </description> + </method> + <method name="operator ==" qualifiers="operator"> + <return type="bool" /> <argument index="0" name="right" type="Dictionary" /> <description> </description> |