Allow comparing equality between builtin types and null
This commit is contained in:
parent
b334560f05
commit
455e142d37
42 changed files with 1165 additions and 7 deletions
|
|
@ -314,6 +314,11 @@
|
|||
Returns [code]true[/code] if the array is empty.
|
||||
</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="PackedByteArray" />
|
||||
|
|
@ -326,6 +331,11 @@
|
|||
<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="PackedByteArray" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue