diff options
author | George Marques <george@gmarqu.es> | 2021-09-17 12:22:48 -0300 |
---|---|---|
committer | George Marques <george@gmarqu.es> | 2021-09-17 12:33:52 -0300 |
commit | 455e142d37c993a0c80ff5241a10ae9327e46d43 (patch) | |
tree | 0ae21b51686d7fdc62137bc1f11a75f5c0fd6b2a /doc/classes/PackedInt32Array.xml | |
parent | b334560f05f86fb2267611c2d8a3f043e34e233e (diff) | |
download | redot-engine-455e142d37c993a0c80ff5241a10ae9327e46d43.tar.gz |
Allow comparing equality between builtin types and null
Diffstat (limited to 'doc/classes/PackedInt32Array.xml')
-rw-r--r-- | doc/classes/PackedInt32Array.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/classes/PackedInt32Array.xml b/doc/classes/PackedInt32Array.xml index dfc9cbf939..887a7a1e51 100644 --- a/doc/classes/PackedInt32Array.xml +++ b/doc/classes/PackedInt32Array.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="PackedInt32Array" /> <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="PackedInt32Array" /> <description> </description> |