diff options
author | Jesse <jesse.katzman+github@gmail.com> | 2024-11-14 16:28:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 16:28:51 -0800 |
commit | 121097db0a73963f3884a1ebe04c6705ce6815a6 (patch) | |
tree | cf3c2e6a2bf0631d957bb123e1ec7526c7a1de67 /doc/classes/DisplayServer.xml | |
parent | 4ba533d0b5dc62e8cf18f2aefdb1b0ae7ba6fb27 (diff) | |
download | redot-engine-121097db0a73963f3884a1ebe04c6705ce6815a6.tar.gz |
[DisplayServer] [docs] Improve readability of `get_screen_from_rect()`
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com>
Diffstat (limited to 'doc/classes/DisplayServer.xml')
-rw-r--r-- | doc/classes/DisplayServer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml index 57041a0e8c..e2a352de9a 100644 --- a/doc/classes/DisplayServer.xml +++ b/doc/classes/DisplayServer.xml @@ -237,7 +237,7 @@ <return type="int" /> <param index="0" name="rect" type="Rect2" /> <description> - Returns index of screen that overlaps the most with the given rectangle. Returns [code]-1[/code] if the rectangle doesn't overlap any screen or has zero area. + Returns the index of the screen that overlaps the most with the given rectangle. Returns [code]-1[/code] if the rectangle doesn't overlap with any screen or has no area. </description> </method> <method name="get_swap_cancel_ok"> |