Skip to content

Commit 5630b9b

Browse files
author
GDevelop documentation CI
committed
Automatic update of the reference pages [skip ci]
1 parent ce6cb11 commit 5630b9b

File tree

4 files changed

+98
-0
lines changed

4 files changed

+98
-0
lines changed

docs/gdevelop5/extensions/.pages

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ nav:
113113
- Platforms Validation: authorized-platforms-validation
114114
- Internet Connectivity : internet-connectivity
115115
- MQTT Client (advanced): mqtt
116+
- Multiplayer custom lobbies: multiplayer-custom-lobbies
116117
- Webpage URL tools (Web browser): urltools
117118
- WebSocket client: web-socket-client
118119
- Third-party:
@@ -231,6 +232,7 @@ nav:
231232
- Dialog Box: dialog-box
232233
- Flexbox: flex-box
233234
- Pause when losing focus: pause-focus-lost
235+
- Scrollbar: scrollbar
234236
- Star Rating: star-rating
235237
- Visual effect:
236238
- Animation system: animation-system

docs/gdevelop5/extensions/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ Here are listed all the extensions available in GDevelop. The list is divided in
162162
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/0d42bc9711bc135b0dfb0084a37469540468e243a560339b99e399bd77f48010_check-decagram.svg" class="extension-icon"></img>|**Platforms Validation**|Checks if the game is currently executed on an allowed platform (for web).|[Read more...](https://oxey405.com/projects/execution-context/index.html) ([reference](/gdevelop5/extensions/authorized-platforms-validation))|
163163
|<img src="https://resources.gdevelop-app.com/assets/Icons/access-point-network.svg" class="extension-icon"></img>|**Internet Connectivity **|Checks if the device running the game is connected to the internet.|[Read more...](/gdevelop5/extensions/internet-connectivity)|
164164
|<img src="https://resources.gdevelop-app.com/assets/Icons/message-flash.svg" class="extension-icon"></img>|**MQTT Client (advanced)**|An MQTT client for GDevelop: allow connections to a MQTT server and send/receive messages.|[Read more...](/gdevelop5/extensions/mqtt)|
165+
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Glyphster Pack/Master/SVG/Applications and Programming/a99813f48b4c6bc26cf2a28cb711a75105386ad69408d7e895ff69bb29051e95_Applications and Programming_application_coding_web_page_add.svg" class="extension-icon"></img>|**Multiplayer custom lobbies**|Custom lobbies for built-in multiplayer.|[Read more...](/gdevelop5/extensions/multiplayer-custom-lobbies)|
165166
|<img src="https://resources.gdevelop-app.com/assets/Icons/web.svg" class="extension-icon"></img>|**Webpage URL tools (Web browser)**|Allows to read URL where a web-game is hosted and manipulate URL strings.|[Read more...](/gdevelop5/extensions/urltools)|
166167
|<img src="https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Communication/Communication_pc_server_sync_sharing.svg" class="extension-icon"></img>|**WebSocket client**|A WebSocket client for fast client-server networking.|[Read more...](/gdevelop5/extensions/web-socket-client)|
167168

@@ -348,6 +349,7 @@ They enhance the user experience of your game and complete the integration with
348349
|<img src="https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/UI Essentials/UI Essentials_chat_message_sms.svg" class="extension-icon"></img>|**Dialog Box**|Dialog Boxes that can be used for RPGs, visual novels, and more.|[Read more...](/gdevelop5/extensions/dialog-box)|
349350
|<img src="https://resources.gdevelop-app.com/assets/Icons/page-layout-body.svg" class="extension-icon"></img>|**Flexbox**|Allows using flexbox for positioning objects.|[Read more...](/gdevelop5/extensions/flex-box)|
350351
|<img src="https://resources.gdevelop-app.com/assets/Icons/play-pause.svg" class="extension-icon"></img>|**Pause when losing focus**|Pauses when focus is lost, restarts when focus is regained.|[Read more...](/gdevelop5/extensions/pause-focus-lost)|
352+
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Interface Elements/c1313ac0735bd1c08d7327fd9a56b4d8cebf1b343f9ba82f1b141358433e1cdb_Interface Elements_interface_ui_scroll_bar_scrollbar.svg" class="extension-icon"></img>|**Scrollbar**|A scrollbar to help making a scroll view.|[Read more...](/gdevelop5/extensions/scrollbar)|
351353
|<img src="https://resources.gdevelop-app.com/assets/Icons/Glyphster Pack/Master/SVG/UI Essentials/UI Essentials_star.svg" class="extension-icon"></img>|**Star Rating**|A rating system indicated by stars using the shape painter.|[Read more...](/gdevelop5/extensions/star-rating)|
352354

353355
### Visual effect
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Multiplayer custom lobbies
2+
3+
<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Glyphster Pack/Master/SVG/Applications and Programming/a99813f48b4c6bc26cf2a28cb711a75105386ad69408d7e895ff69bb29051e95_Applications and Programming_application_coding_web_page_add.svg" class="extension-icon"></img>
4+
Custom lobbies for built-in multiplayer.
5+
6+
**Authors and contributors** to this community extension: [Jurfix](https://gd.games/Jurfix).
7+
8+
---
9+
10+
Customize the interface of multiplayer lobbies.
11+
12+
Joining will only work if the "join after game starts" setting is enabled, as the game automatically starts after joining a lobby.
13+
14+
!!! tip
15+
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.
16+
17+
18+
19+
## Multiplayer custom lobbies
20+
21+
Customize the interface of multiplayer lobbies.
22+
23+
Joining will only work if the "join after game starts" setting is enabled, as the game automatically starts after joining a lobby.
24+
25+
### Object expressions
26+
27+
| Expression | Description | |
28+
|-----|-----|-----|
29+
| `Object.LastError()` | Return last error. ||
30+
31+
32+
---
33+
34+
*This page is an auto-generated reference page about the **Multiplayer custom lobbies** 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: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# Scrollbar
2+
3+
<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Interface Elements/c1313ac0735bd1c08d7327fd9a56b4d8cebf1b343f9ba82f1b141358433e1cdb_Interface Elements_interface_ui_scroll_bar_scrollbar.svg" class="extension-icon"></img>
4+
A scrollbar to help making a scroll view.
5+
6+
**Authors and contributors** to this community extension: [D8H](https://gd.games/D8H), [Jurfix](https://gd.games/Jurfix), [Alios](https://gd.games/Alios).
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+
A scrollbar to help making a scroll view.
18+
19+
!!! tip
20+
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.
21+
22+
23+
24+
## Scrollbar
25+
26+
A scrollbar to help making a scroll view.
27+
28+
### Object actions
29+
30+
**Content length**
31+
Change the content length of the object. The length of the content to scroll. The scroll bar don't actually scroll the content. You have to do it yourself with camera actions.
32+
33+
**Scroll position**
34+
Change the scroll position.
35+
36+
### Object conditions
37+
38+
**Content length**
39+
Compare the content length of the object. The length of the content to scroll. The scroll bar don't actually scroll the content. You have to do it yourself with camera actions.
40+
41+
**Scrolling is required**
42+
Check if the content is big enough to require scrolling.
43+
44+
**Thumb is dragged**
45+
Check if the thumb of the scrollbar is dragged.
46+
47+
**Scroll position**
48+
Compare the scroll position.
49+
50+
### Object expressions
51+
52+
| Expression | Description | |
53+
|-----|-----|-----|
54+
| `Object.ContentLength()` | Return the content length of the object. The length of the content to scroll. The scroll bar don't actually scroll the content. You have to do it yourself with camera actions. ||
55+
| `Object.ScrollPosition()` | Return the scroll position. ||
56+
57+
58+
---
59+
60+
*This page is an auto-generated reference page about the **Scrollbar** 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)