Merge pull request #54581 from aaronfranke/operator-docs

This commit is contained in:
Rémi Verschelde 2021-11-16 14:10:09 +01:00 committed by GitHub
commit 471e7cbfc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 1367 additions and 91 deletions

View file

@ -184,6 +184,7 @@
<return type="bool" />
<argument index="0" name="right" type="Rect2i" />
<description>
Returns [code]true[/code] if the rectangles are not equal.
</description>
</operator>
<operator name="operator ==">
@ -195,6 +196,7 @@
<return type="bool" />
<argument index="0" name="right" type="Rect2i" />
<description>
Returns [code]true[/code] if the rectangles are equal.
</description>
</operator>
</operators>