mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
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
|
|
@ -147,6 +147,11 @@
|
|||
Returns a larger [Rect2] that contains this [Rect2] and [code]b[/code].
|
||||
</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="Rect2" />
|
||||
|
|
@ -159,6 +164,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="Rect2" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue