We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa33a4 commit 90b6e4dCopy full SHA for 90b6e4d
1 file changed
docs/gdevelop5/extensions/screen-orientation-checker/index.md
@@ -28,13 +28,22 @@ Automatically display a screen asking the player to rotate their screen if neede
28
**Force show the screen**
29
Change if the screen should be forced to be shown. Use this to test the screen in your game.
30
31
+**Message**
32
+Change the message of the object.
33
+
34
### Object conditions
35
36
37
Check if the screen should be forced to be shown. Use this to test the screen in your game.
38
-_No expressions for this object._
39
40
+Compare the message of the object.
41
42
+### Object expressions
43
44
+| Expression | Description | |
45
+|-----|-----|-----|
46
+| `Object.Message()` | Return the message of the object. ||
47
48
49
---
0 commit comments