summaryrefslogtreecommitdiff
path: root/doc/classes/PackedInt64Array.xml
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2021-09-17 12:22:48 -0300
committerGeorge Marques <george@gmarqu.es>2021-09-17 12:33:52 -0300
commit455e142d37c993a0c80ff5241a10ae9327e46d43 (patch)
tree0ae21b51686d7fdc62137bc1f11a75f5c0fd6b2a /doc/classes/PackedInt64Array.xml
parentb334560f05f86fb2267611c2d8a3f043e34e233e (diff)
Allow comparing equality between builtin types and null
Diffstat (limited to 'doc/classes/PackedInt64Array.xml')
-rw-r--r--doc/classes/PackedInt64Array.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/classes/PackedInt64Array.xml b/doc/classes/PackedInt64Array.xml
index dd38a4f5c2..da661b12c3 100644
--- a/doc/classes/PackedInt64Array.xml
+++ b/doc/classes/PackedInt64Array.xml
@@ -80,6 +80,11 @@
</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="PackedInt64Array" />
<description>
</description>
@@ -92,6 +97,11 @@
</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="PackedInt64Array" />
<description>
</description>