summaryrefslogtreecommitdiffstats
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-06-12 14:16:18 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-06-12 14:16:18 +0200
commitb2335c0df78e1585dd6de92e7a3a8082a25e463d (patch)
treeabbff9a9693846bf4869d27b92ce71310091578b /doc/classes
parente95decf34369ba1bc925c59dfc2d791254bf41d9 (diff)
parent974a7a89c60e9f186edce82a6f29669abfe997be (diff)
downloadredot-engine-b2335c0df78e1585dd6de92e7a3a8082a25e463d.tar.gz
Merge pull request #78132 from bruvzg/ios_rt_orient
[iOS] Fix orientation change in runtime.
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/DisplayServer.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/DisplayServer.xml b/doc/classes/DisplayServer.xml
index c7df562304..cd39543c45 100644
--- a/doc/classes/DisplayServer.xml
+++ b/doc/classes/DisplayServer.xml
@@ -961,6 +961,7 @@
<param index="1" name="screen" type="int" default="-1" />
<description>
Sets the [param screen]'s [param orientation]. See also [method screen_get_orientation].
+ [b]Note:[/b] On iOS, this method has no effect if [member ProjectSettings.display/window/handheld/orientation] is not set to [constant SCREEN_SENSOR].
</description>
</method>
<method name="set_icon">