mirror of https://github.com/godotengine/godot
Changed Window.is_embedded documentation to clarify its usage
This commit is contained in:
parent
750640cede
commit
631cc00a80
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue