Skip to content

Commit 90b6e4d

Browse files
author
GDevelop documentation CI
committed
Automatic update of the reference pages [skip ci]
1 parent 5aa33a4 commit 90b6e4d

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

  • docs/gdevelop5/extensions/screen-orientation-checker

docs/gdevelop5/extensions/screen-orientation-checker/index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,22 @@ Automatically display a screen asking the player to rotate their screen if neede
2828
**Force show the screen**
2929
Change if the screen should be forced to be shown. Use this to test the screen in your game.
3030

31+
**Message**
32+
Change the message of the object.
33+
3134
### Object conditions
3235

3336
**Force show the screen**
3437
Check if the screen should be forced to be shown. Use this to test the screen in your game.
3538

36-
_No expressions for this object._
39+
**Message**
40+
Compare the message of the object.
41+
42+
### Object expressions
3743

44+
| Expression | Description | |
45+
|-----|-----|-----|
46+
| `Object.Message()` | Return the message of the object. ||
3847

3948

4049
---

0 commit comments

Comments
 (0)