Skip to content

Commit 0f263ac

Browse files
author
GDevelop documentation CI
committed
Automatic update of the reference pages [skip ci]
1 parent 60ebbd6 commit 0f263ac

File tree

6 files changed

+31
-22
lines changed

6 files changed

+31
-22
lines changed

docs/gdevelop5/extensions/.pages

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ nav:
4343
- Third person camera: third-person-camera
4444
- Game mechanic:
4545
- Checkpoints: checkpoints
46-
- Dungeon generator: dungeon-generator
4746
- Fire bullets: fire-bullet
4847
- Health points and damage: health
4948
- Hexagonal grid: hexagonal-grid
@@ -152,7 +151,6 @@ nav:
152151
- Marching Squares (experimental): marching-squares
153152
- Slice an object into pieces: object-slicer
154153
- 3D particle emitter: particle-emitter3d
155-
- Object recolorizer (experimental): recolorizer
156154
- Rolling counter: rolling-counter
157155
- Animate Shadow Clones: shadow-clones
158156
- Shake object: shake-object
@@ -178,14 +176,15 @@ nav:
178176
- GPS: geolocation
179177
- Voice Recognition API: voice-recognition
180178
- Game mechanic:
181-
- Extra inventory functions: extra-inventory
179+
- Dungeon generator: dungeon-generator
180+
- Extra inventory functions (deprecated): extra-inventory
182181
- 3D height map: height-map3d
183182
- Ink Dialog Tree: ink-js
184183
- Slot system: slot-system
185184
- General:
186185
- With Three JS: with-three-js
187186
- 3D collision: collision3d
188-
- Countdown Timer: countdown-timer
187+
- Countdown timer (deprecated): countdown-timer
189188
- JSON Resource Loading: jsonresource-loader
190189
- Load images from a URL: load-image-from-url
191190
- Maze Generator: maze-generator
@@ -195,7 +194,6 @@ nav:
195194
- 3D sprite: sprite3d
196195
- Input:
197196
- Double key press: double-key-press
198-
- Multitouch joystick and buttons (deprecated): multitouch-joystick
199197
- Screen Orientation Checker: screen-orientation-checker
200198
- Selection tools: selection-tools
201199
- Movement:
@@ -211,8 +209,6 @@ nav:
211209
- Point and Orbit: point-and-orbit
212210
- Pushable/Pullable Box: pushable-and-pullable-box
213211
- Record Movements: record-movements
214-
- Rectangular Movement (deprecated): rectangular-movement
215-
- Sine (or ellipsis) Movement (deprecated): sine-movement
216212
- Top-down corner sliding: top-down-corner-sliding
217213
- Trampoline Platform: trampoline-platform
218214
- Top-down walk: walk3d
@@ -236,13 +232,12 @@ nav:
236232
- Flexbox: flex-box
237233
- Pause when losing focus: pause-focus-lost
238234
- Star Rating: star-rating
239-
- Console (commands handler for Text Entry objects): text-entry-console
240-
- Mobile virtual keyboard for Text Entry: text-entry-virtual-keyboard
241235
- Visual effect:
242236
- Animation system: animation-system
243237
- Character game feel: character-game-feel
244238
- Dynamic Water: dynamic-water
245239
- Make it rain: make-it-rain
240+
- Object recolorizer (experimental): recolorizer
246241
- Reflection: reflection
247242
- 3D Sky and sun: sky3d
248243
- Advanced 3D tween: tween3d

docs/gdevelop5/extensions/countdown-timer/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Countdown Timer
1+
# Countdown timer (deprecated)
22

33
<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/UI Essentials/a87576ab3a35744221b26f87e4409ec174fb8fb79435b181232c40c29ac7340e_UI Essentials_sand_clock_time.svg" class="extension-icon"></img>
44
A timer against the clock to create timer challenges in your projects. Countdown functionality.
@@ -16,6 +16,8 @@ A timer against the clock to create timer challenges in your projects. Countdown
1616

1717
This extension provides a timer against the clock to create timed challenges in your projects. You can set an initial time in seconds and then start the timer to count down. The extension includes actions to start or reset the timer, stop it at zero or allow negative numbers, and get the time remaining on the timer via an expression. With this extension, you will be able to easily add countdown functionality.
1818

19+
This extension is deprecated. Prefer using a timer and a substraction like in the countdown timer example ([open the project online](https://editor.gdevelop.io/?project=example://count-down-timer)).
20+
1921
!!! tip
2022
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.
2123

@@ -49,4 +51,4 @@ Check if the countdown timer has reached zero.
4951

5052
---
5153

52-
*This page is an auto-generated reference page about the **Countdown Timer** 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).
54+
*This page is an auto-generated reference page about the **Countdown timer (deprecated)** 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).

docs/gdevelop5/extensions/dungeon-generator/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Create a procedurally generated dungeon. Includes two layouts: "rooms and hallw
55

66
**Authors and contributors** to this community extension: [VictrisGames](https://gd.games/VictrisGames), [oscuridad666](https://gd.games/oscuridad666).
77

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+
815
---
916

1017
How to use:

docs/gdevelop5/extensions/extra-inventory/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Extra inventory functions
1+
# Extra inventory functions (deprecated)
22

33
<img src="https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Education and Learning/Education and Learning_education_school_bag_backpack.svg" class="extension-icon"></img>
44
Adds functions that let you add/remove multiple items from an inventory, as well as a function to set the count of an item.
@@ -18,6 +18,8 @@ Adds functions that let you add or remove multiple items from an inventory, as w
1818

1919
This function makes use of GDevelop's built-in inventory system.
2020

21+
This extension is deprecated. The [simple inventory extension](https://wiki.gdevelop.io/gdevelop5/extensions/inventories) should be used instead.
22+
2123
!!! tip
2224
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.
2325

@@ -36,4 +38,4 @@ Sets the number of items in an inventory.
3638

3739
---
3840

39-
*This page is an auto-generated reference page about the **Extra inventory functions** 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).
41+
*This page is an auto-generated reference page about the **Extra inventory functions (deprecated)** 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)