1
0
Fork 0

Changed Window.is_embedded documentation to clarify its usage

This commit is contained in:
GabrieleC07 2025-02-14 16:34:30 +01:00
parent 750640cede
commit 631cc00a80
1 changed files with 1 additions and 0 deletions

View File

@ -333,6 +333,7 @@
<return type="bool" />
<description>
Returns [code]true[/code] if the window is currently embedded in another window.
[b]Note:[/b] This will return [code]false[/code] when "Embed Game on Next Play" is enabled, because it still is a separate native window. To check for that use [method Engine.is_embedded_in_editor].
</description>
</method>
<method name="is_layout_rtl" qualifiers="const">