Skip to content

Commit 7f1c604

Browse files
author
GDevelop documentation CI
committed
Automatic update of the reference pages [skip ci]
1 parent 7451929 commit 7f1c604

File tree

3 files changed

+3
-35
lines changed

3 files changed

+3
-35
lines changed

docs/gdevelop5/extensions/double-click/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Check for a double-click with a mouse, or a double-tap on a touchscreen.
77

88
---
99

10-
Allow you to check for double-clicks with the left, middle, or right button of a mouse. It will also allow you to detect double-taps on touchscreens.
10+
Check for a double-click with a mouse, or a double-tap on a touchscreen.
1111

1212
Please note: Touch devices do not have alternatives for middle/right clicks. Taps on a touch device will get counted for _any_ use of these conditions, so you should either design your controls accordingly, or build out separate events if the device has a touch screen.
1313

docs/gdevelop5/extensions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Here are listed all the extensions available in GDevelop. The list is divided in
9090
|<img src="https://resources.gdevelop-app.com/assets/Icons/pencil-box-outline.svg" class="extension-icon"></img>|**RTS-like unit selection**|Allow player to select units by clicking on them or dragging a selection box.|[Read more...](https://victrisgames.itch.io/rts-like-unit-selection) ([reference](/gdevelop5/extensions/rtsunit-selection))|
9191
|<img src="https://resources.gdevelop-app.com/assets/Icons/Glyphster Pack/Master/SVG/Graphic Design/Graphic Design_grid.svg" class="extension-icon"></img>|**Rectangular flood fill**|Create objects as a grid to cover a rectangular area or an other object.|[Read more...](/gdevelop5/extensions/rectangular-flood-fill)|
9292
|<img src="https://resources.gdevelop-app.com/assets/Icons/view-grid-plus-outline.svg" class="extension-icon"></img>|**Rectangular grid**|Snap objects on a virtual grid.|[Read more...](/gdevelop5/extensions/snap-to-grid)|
93-
|<img src="https://resources.gdevelop-app.com/assets/Icons/dots-hexagon.svg" class="extension-icon"></img>|**Values of multiple objects**|Values of picked object instances (including position, size, force and angle).|[Read more...](https://victrisgames.itch.io/values-of-multiple-objects) ([reference](/gdevelop5/extensions/values-of-multiple-objects))|
93+
|<img src="https://resources.gdevelop-app.com/assets/Icons/dots-hexagon.svg" class="extension-icon"></img>|**Values of multiple objects**|Values of picked object instances (including position, size, force and angle).|[Read more...](/gdevelop5/extensions/values-of-multiple-objects)|
9494

9595
### General
9696

docs/gdevelop5/extensions/values-of-multiple-objects/index.md

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -10,39 +10,7 @@ Values of picked object instances (including position, size, force and angle).
1010
Provides values based on picked object instances.
1111
Useful for camera tracking, flocking behaviors, and more.
1212

13-
Included expressions
14-
15-
Center points:
16-
17-
- X center point (absolute)
18-
- Y center point (absolute)
19-
- X center point (average)
20-
- Y center point (average)
21-
22-
Position expressions (based on AABB of objects):
23-
24-
- Minimum X position
25-
- Minimum Y position
26-
- Maximum X position
27-
- Maximum Y position
28-
29-
Force expressions:
30-
31-
- Average horizontal force (X)
32-
- Average vertical force (Y)
33-
34-
Angle expressions:
35-
36-
- Average angle of rotation
37-
38-
Size expressions:
39-
40-
- Width (min/max/average)
41-
- Height (min/max/average)
42-
43-
Z-order expressions: (min/max/average)
44-
45-
[Read more...](https://victrisgames.itch.io/values-of-multiple-objects)
13+
An example shows how to use the extension ([open the Itch.io page](https://victrisgames.itch.io/values-of-multiple-objects)).
4614

4715
!!! tip
4816
Learn [how to install new extensions](/gdevelop5/extensions/search) by following a step-by-step guide.

0 commit comments

Comments
 (0)