mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add documentation to operators for math types
Co-authored-by: Raul Santos <raulsntos@gmail.com>
This commit is contained in:
@@ -169,6 +169,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 ==">
|
||||
@@ -180,6 +181,7 @@
|
||||
<return type="bool" />
|
||||
<argument index="0" name="right" type="Rect2i" />
|
||||
<description>
|
||||
Returns [code]true[/code] if the rectangles are equal.
|
||||
</description>
|
||||
</operator>
|
||||
</operators>
|
||||
|
||||
Reference in New Issue
Block a user