Skip to content

Commit 203baba

Browse files
author
GDevelop documentation CI
committed
Automatic update of the reference pages [skip ci]
1 parent d627db8 commit 203baba

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
lines changed

docs/gdevelop5/extensions/.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ nav:
5555
- General:
5656
- Array tools: array-tools
5757
- Variables copier: extended-variables
58+
- 3D raycast: raycaster3d
5859
- Repeat every X seconds: repeat-every-xseconds
5960
- Input:
6061
- Android back button: back-button
@@ -190,7 +191,6 @@ nav:
190191
- Load images from a URL: load-image-from-url
191192
- Maze Generator: maze-generator
192193
- 3D model 9-patch: model9patch3d
193-
- 3D raycast: raycaster3d
194194
- Variables/References: references
195195
- 3D sprite: sprite3d
196196
- Input:

docs/gdevelop5/extensions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Read more about this:
9494
|---|---|---|---|
9595
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/Line Hero Pack/Master/SVG/Text Editing/9bfb52500e68d0fd164b1e30bc696e40566187245b80c345848379f40bb6fad7_Text Editing_bullet_points_list.svg" class="extension-icon"></img>|**Array tools**|Array utilities: search, sort, shuffle, slice, concat, reverse, pop, random element access.|[Read more...](/gdevelop5/extensions/array-tools)|
9696
|<img src="https://resources.gdevelop-app.com/assets/Icons/variable-box.svg" class="extension-icon"></img>|**Variables copier**|Copy structure and array variables.|[Read more...](/gdevelop5/extensions/extended-variables)|
97+
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/8419f46b76bce482c14b4c03b4141a64d457e4cdc92686f3470381f5d2694abd_ray-start-arrow.svg" class="extension-icon"></img>|**3D raycast**|Find 3D objects that cross a line.|[Read more...](/gdevelop5/extensions/raycaster3d)|
9798
|<img src="https://resources.gdevelop-app.com/assets/Icons/repeat.svg" class="extension-icon"></img>|**Repeat every X seconds**|Trigger an action repeatedly at a configurable time interval in seconds.|[Read more...](/gdevelop5/extensions/repeat-every-xseconds)|
9899

99100
### Input
@@ -282,7 +283,6 @@ guarantee they meet all the quality standards of fully reviewed extensions.
282283
|<img src="https://resources.gdevelop-app.com/assets/Icons/file-download.svg" class="extension-icon"></img>|**Load images from a URL**|Adds multiple actions to load images from a URL into the game.|[Read more...](/gdevelop5/extensions/load-image-from-url)|
283284
|<img src="https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Graphic Design/Graphic Design_grid.svg" class="extension-icon"></img>|**Maze Generator**|Create a maze made of a grid of rectangular cells. Walls are created randomly so that every cell is reachable through a random path through the maze. |[Read more...](https://luxon5.itch.io/gdevelop-maze-extension-demo) ([reference](/gdevelop5/extensions/maze-generator))|
284285
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/ff2624a18972ac70bedc9ef990d9ddbc894c3a7b6e46a75ace8e9572c9aa5a50_select-group.svg" class="extension-icon"></img>|**3D model 9-patch**|3D platforms and walls.|[Read more...](/gdevelop5/extensions/model9patch3d)|
285-
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/8419f46b76bce482c14b4c03b4141a64d457e4cdc92686f3470381f5d2694abd_ray-start-arrow.svg" class="extension-icon"></img>|**3D raycast**|Find 3D objects that cross a line.|[Read more...](/gdevelop5/extensions/raycaster3d)|
286286
|<img src="https://resources.gdevelop-app.com/assets/Icons/variable-box.svg" class="extension-icon"></img>|**Variables/References**|Adds references and pointers for variables.|[Read more...](/gdevelop5/extensions/references)|
287287
|<img src="https://asset-resources.gdevelop.io/public-resources/Icons/3bd33ec77ed20d3f631c6c92884728b375aa2879174bc9f289c864d0e0383d59_ghost-outline.svg" class="extension-icon"></img>|**3D sprite**|An animated sprite in 3D.|[Read more...](/gdevelop5/objects/sprite/) ([reference](/gdevelop5/extensions/sprite3d))|
288288

docs/gdevelop5/extensions/platformer-trajectory/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Configure the height of a jump and evaluate the jump trajectory.
2424

2525
### Behavior properties
2626

27-
- **Jump height** (🔢 Number). Default value is `1.900627061774441e-317`.
27+
- **Jump height** (🔢 Number). Default value is `1.903302921312318e-317`.
2828

2929
??? quote "See internal technical details"
3030

3131

32-
- **Jump height** is stored as `JumpHeight` (Number). Default value is `1.900627061774441e-317`.
32+
- **Jump height** is stored as `JumpHeight` (Number). Default value is `1.903302921312318e-317`.
3333
> This behavior must be used on an object also having a behavior with type "PlatformBehavior::PlatformerObjectBehavior". This is stored on property `PlatformerCharacter`.
3434

3535

docs/gdevelop5/extensions/raycaster3d/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ Find 3D objects that cross a line.
55

66
**Authors and contributors** to this experimental extension: [D8H](https://gd.games/D8H).
77

8-
!!! warning
9-
This is an extension made by a community member and it only got through a
10-
light review by the GDevelop extension team. As such, we can't guarantee it
11-
meets all the quality standards of fully reviewed extensions.
12-
138
---
149

1510
It can be useful to:

docs/gdevelop5/extensions/speed-restrictions/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ Limit the maximum speed an object will move from physics forces.
4646

4747
### Behavior properties
4848

49-
- **Maximum speed (pixels/second)** (🔢 Number). Default value is `3.570359460884018e-317`.
49+
- **Maximum speed (pixels/second)** (🔢 Number). Default value is `3.589987700861999e-317`.
5050

5151
??? quote "See internal technical details"
5252

5353

54-
- **Maximum speed (pixels/second)** is stored as `MaximumSpeed` (Number). Default value is `3.570359460884018e-317`.
54+
- **Maximum speed (pixels/second)** is stored as `MaximumSpeed` (Number). Default value is `3.589987700861999e-317`.
5555
> This behavior must be used on an object also having a behavior with type "Physics2::Physics2Behavior". This is stored on property `PhysicsBehavior`.
5656

5757

@@ -64,12 +64,12 @@ Limit the maximum rotation speed of an object from physics forces.
6464

6565
### Behavior properties
6666

67-
- **Maximum rotation speed (degrees/second)** (🔢 Number). Default value is `3.58294034848972e-317`.
67+
- **Maximum rotation speed (degrees/second)** (🔢 Number). Default value is `3.602568588467701e-317`.
6868

6969
??? quote "See internal technical details"
7070

7171

72-
- **Maximum rotation speed (degrees/second)** is stored as `MaximumRotationSpeed` (Number). Default value is `3.58294034848972e-317`.
72+
- **Maximum rotation speed (degrees/second)** is stored as `MaximumRotationSpeed` (Number). Default value is `3.602568588467701e-317`.
7373
> This behavior must be used on an object also having a behavior with type "Physics2::Physics2Behavior". This is stored on property `PhysicsBehavior`.
7474

7575

0 commit comments

Comments
 (0)