Skip to content

Commit 83c65a2

Browse files
author
GDevelop documentation CI
committed
Automatic update of the reference pages [skip ci]
1 parent 06e81d0 commit 83c65a2

File tree

4 files changed

+94
-0
lines changed

4 files changed

+94
-0
lines changed

docs/gdevelop5/extensions/.pages

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ nav:
130130
- Animated Score Counter: score-counter
131131
- Share dialog and sharing options: share
132132
- Toggle switch: sprite-toggle-switch
133+
- Star Rating Bar: star-rating-bar
133134
- Resource bar (separated units): tiled-units-bar
134135
- Time formatting: time-formatter
135136
- Toggle switch (for Shape Painter): toggle-switch
@@ -189,6 +190,7 @@ nav:
189190
- CheatCode: cheat-code
190191
- Double key press: double-key-press
191192
- Multitouch joystick and buttons (deprecated): multitouch-joystick
193+
- Screen Orientation Checker: screen-orientation-checker
192194
- Selection tools: selection-tools
193195
- Movement:
194196
- Flip Gravity: flip-gravity

docs/gdevelop5/extensions/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ Here are listed all the extensions available in GDevelop. The list is divided in
187187
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/48ec8784eacd92181e4a3bde4755962b5f6edf986e624fc85ea423a31408450d_counter.svg" class="extension-icon"></img>|**Animated Score Counter**|An animated score counter with an icon and a customisable font.|[Read more...](/gdevelop5/extensions/score-counter)|
188188
|<img src="https://resources.gdevelop-app.com/assets/Icons/share-variant.svg" class="extension-icon"></img>|**Share dialog and sharing options**|Allows to share content via the system share dialog. Works only on mobile (browser or mobile app).|[Read more...](/gdevelop5/extensions/share)|
189189
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Interface Elements/8d0cd8cd0c9318f4f6efde6ee6b4c192bd19306467f80c9970387a259300f895_Interface Elements_interface_ui_toggle_switch_on_off.svg" class="extension-icon"></img>|**Toggle switch**|Toggle switch that users can click or touch.|[Read more...](/gdevelop5/objects/toggle-switch) ([reference](/gdevelop5/extensions/sprite-toggle-switch))|
190+
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/745c5811a2856b9b828e959b496d50dd52e0b5879f372e411675f38a5708775d_star-half-full.svg" class="extension-icon"></img>|**Star Rating Bar**|An animated bar to rate out of 5.|[Read more...](/gdevelop5/extensions/star-rating-bar)|
190191
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/063e9152cf65bc0f3be2a828afd950c3ecf1b1fc72feefdc2467252fe987dc0f_dots-horizontal.svg" class="extension-icon"></img>|**Resource bar (separated units)**|A bar that represents a resource in the game (health, mana, ammo, etc).|[Read more...](/gdevelop5/objects/resource-bar) ([reference](/gdevelop5/extensions/tiled-units-bar))|
191192
|<img src="https://resources.gdevelop-app.com/assets/Icons/clock-digital.svg" class="extension-icon"></img>|**Time formatting**|Converts seconds into standard time formats, such as HH:MM:SS. |[Read more...](/gdevelop5/extensions/time-formatter)|
192193
|<img src="https://resources.gdevelop-app.com/assets/Icons/Glyphster Pack/Master/SVG/Interface Elements/Interface Elements_interface_ui_toggle_switch.svg" class="extension-icon"></img>|**Toggle switch (for Shape Painter)**|Toggle switch that users can click or touch.|[Read more...](/gdevelop5/extensions/toggle-switch)|
@@ -285,6 +286,7 @@ does or inspect its content before using it.
285286
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/5ab10adef033825feddc9138b59d79d9a7aa94c58dd58fba0d21cd7b99be4aff_form-textbox-password.svg" class="extension-icon"></img>|**CheatCode**|Add cheat codes to your game.|[Read more...](/gdevelop5/extensions/cheat-code)|
286287
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/a85f9403cea5bc52457e445d4a200ed226e30c3493c927aa015d0bbdf847df01_keyboard-outline.svg" class="extension-icon"></img>|**Double key press**|Adds conditions to check for double key presses, similar to double clicks.|[Read more...](/gdevelop5/extensions/double-key-press)|
287288
|<img src="https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Videogames/Videogames_controller_joystick_arrows_direction.svg" class="extension-icon"></img>|**Multitouch joystick and buttons (deprecated)**|Activate a joystick or buttons that can be controlled by interacting with a touchscreen.|[Read more...](/gdevelop5/extensions/multitouch-joystick/setup) ([reference](/gdevelop5/extensions/multitouch-joystick))|
289+
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/0126888931a4a4f82bb2824df9f096347ace1c47f510c44df42aa8dc9e49e24a_screen-rotation.svg" class="extension-icon"></img>|**Screen Orientation Checker**|Display a customizable screen asking the user to rotate their phone/tablet if not in the right orientation.|[Read more...](/gdevelop5/extensions/screen-orientation-checker)|
288290
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/9183b1a2c466ffc831a749b3a2692200b070a88f807696d99caa662632c2ed73_selection-drag.svg" class="extension-icon"></img>|**Selection tools**|Select object instances by drawing rectangular, polygonal or lasso selection.|[Read more...](/gdevelop5/extensions/selection-tools)|
289291

290292
### Movement
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Screen Orientation Checker
2+
3+
<img src="https://asset-resources.gdevelop.io/public-resources/Icons/0126888931a4a4f82bb2824df9f096347ace1c47f510c44df42aa8dc9e49e24a_screen-rotation.svg" class="extension-icon"></img>
4+
Display a customizable screen asking the user to rotate their phone/tablet if not in the right orientation.
5+
6+
**Authors and contributors** to this community extension: [4ian](https://gd.games/4ian).
7+
8+
!!! warning
9+
This is an extension made by a community member — but not reviewed
10+
by the GDevelop extension team. As such, we can't guarantee it
11+
meets all the quality standards of official extensions. In case of
12+
doubt, contact the author to know more about what the extension
13+
does or inspect its content before using it.
14+
15+
---
16+
17+
Display a customizable screen asking the user to rotate their phone/tablet if not in the right orientation.
18+
19+
!!! tip
20+
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.
21+
22+
23+
24+
## Screen Orientation Checker
25+
26+
Automatically display a screen asking the player to rotate their screen if needed - on mobile phones and tablets only. Set up Anchor behavior on this object so that top/bottom/left/right edges are anchored to the screen top/bottom/left/right.
27+
28+
### Object actions
29+
30+
**Force show the screen**
31+
Change if the screen should be forced to be shown. Use this to test the screen in your game.
32+
33+
### Object conditions
34+
35+
**Force show the screen**
36+
Check if the screen should be forced to be shown. Use this to test the screen in your game.
37+
38+
_No expressions for this object._
39+
40+
41+
---
42+
43+
*This page is an auto-generated reference page about the **Screen Orientation Checker** extension, made by the community of [GDevelop, the open-source, cross-platform game engine designed for everyone](https://gdevelop.io/).* Learn more about [all GDevelop community-made extensions here](/gdevelop5/extensions).
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Star Rating Bar
2+
3+
<img src="https://asset-resources.gdevelop.io/public-resources/Icons/745c5811a2856b9b828e959b496d50dd52e0b5879f372e411675f38a5708775d_star-half-full.svg" class="extension-icon"></img>
4+
An animated bar to rate out of 5.
5+
6+
**Authors and contributors** to this community extension: [Bouh](https://gd.games/Bouh).
7+
8+
---
9+
10+
An animated bar to rate out of 5, or more by editing and adding more stars in the object.
11+
The animation can be disabled.
12+
The star icon and background are customizable.
13+
14+
!!! tip
15+
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.
16+
17+
18+
19+
## Star Rating Bar
20+
21+
An animated score counter with an icon and a customisable font.
22+
23+
### Object actions
24+
25+
**Disable the rating**
26+
Enable or disable the object.
27+
28+
**Rate**
29+
Change the rate of the object.
30+
31+
### Object conditions
32+
33+
**Disable the rating**
34+
Check if the object is disabled.
35+
36+
**Rate**
37+
Compare the rate of the object.
38+
39+
### Object expressions
40+
41+
| Expression | Description | |
42+
|-----|-----|-----|
43+
| `Object.Rate()` | Return the rate of the object. ||
44+
45+
---
46+
47+
*This page is an auto-generated reference page about the **Star Rating Bar** extension, made by the community of [GDevelop, the open-source, cross-platform game engine designed for everyone](https://gdevelop.io/).* Learn more about [all GDevelop community-made extensions here](/gdevelop5/extensions).

0 commit comments

Comments
 (0)