Merge pull request #54581 from aaronfranke/operator-docs
This commit is contained in:
commit
471e7cbfc7
31 changed files with 1367 additions and 91 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue