Allow comparing equality between builtin types and null

This commit is contained in:
George Marques
2021-09-17 12:22:48 -03:00
parent b334560f05
commit 455e142d37
42 changed files with 1165 additions and 7 deletions

View File

@ -62,6 +62,11 @@
Returns a new vector with all components clamped between the components of [code]min[/code] and [code]max[/code], by running [method @GlobalScope.clamp] on each component.
</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="Vector2i" />
@ -140,6 +145,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="Vector2i" />