Skip to content

Commit 7a9529d

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

6 files changed

Lines changed: 14 additions & 14 deletions

File tree

docs/gdevelop5/all-features/expressions-reference.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -932,14 +932,14 @@ Support for 3D in GDevelop: this provides 3D objects and the common features for
932932

933933
## 3D Box (from extension 3D)
934934

935-
A box with images for each face
935+
A box with images for each face [Read more explanations about it.](/gdevelop5/objects/3d-box)
936936

937937
_No expressions for this object._
938938

939939

940940
## 3D Model (from extension 3D)
941941

942-
An animated 3D model, useful for most elements of a 3D game.
942+
An animated 3D model, useful for most elements of a 3D game. [Read more explanations about it.](/gdevelop5/objects/3d-model)
943943

944944
_No expressions for this object._
945945

@@ -1149,14 +1149,14 @@ Allow your game to send scores to your leaderboards (anonymously or from the log
11491149

11501150
## Light (from extension Lights)
11511151

1152-
Displays a 2D light on the scene, with a customizable radius and color. Then add the Light Obstacle behavior to the objects that must act as obstacle to the lights.
1152+
Displays a 2D light on the scene, with a customizable radius and color. Then add the Light Obstacle behavior to the objects that must act as obstacle to the lights. [Read more explanations about it.](/gdevelop5/objects/light)
11531153

11541154
_No expressions for this object._
11551155

11561156

11571157
## Light Obstacle Behavior (from extension Lights)
11581158

1159-
Flag objects as being obstacles to 2D lights. The light emitted by light objects will be stopped by the object. This does not work on 3D objects and 3D games.
1159+
Flag objects as being obstacles to 2D lights. The light emitted by light objects will be stopped by the object. This does not work on 3D objects and 3D games. [Read more explanations about it.](/gdevelop5/objects/light)
11601160

11611161
_No expressions for this behavior._
11621162

@@ -1576,7 +1576,7 @@ Adds integrations for Steam's Steamworks game development SDK.
15761576

15771577
## Text input (from extension Text Input)
15781578

1579-
A text field the player can type text into.
1579+
A text field the player can type text into. [Read more explanations about it.](/gdevelop5/objects/text_input)
15801580

15811581
| Expression | Description | |
15821582
|-----|-----|-----|

docs/gdevelop5/all-features/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ GDevelop can also be extended with extensions: take a look at [the list of exten
138138
|<img src="" class="extension-icon"></img>|**Text entry object**|Deprecated. Invisible object capturing keyboard text input into a string.|[Read more...](/gdevelop5/objects/text_entry) ([reference](/gdevelop5/all-features/text-entry-object/reference))|
139139
|<img src="" class="extension-icon"></img>|**Advanced window management**|Window focus, position, size, always-on-top, minimize/maximize, content protection. Desktop only.|[Read more...](/gdevelop5/all-features/advanced-window/reference)|
140140
|<img src="" class="extension-icon"></img>|**Device vibration**|Trigger vibrations on mobile devices with configurable duration and patterns.|[Read more...](/gdevelop5/all-features/device-vibration) ([reference](/gdevelop5/all-features/device-vibration/reference))|
141-
|<img src="" class="extension-icon"></img>|**Text Input**|Text input field for players. Placeholder, font, color, disabled state, read-only, focus control.|[Read more...](/gdevelop5/all-features/text-input/reference)|
141+
|<img src="" class="extension-icon"></img>|**Text Input**|Text input field for players. Placeholder, font, color, disabled state, read-only, focus control.|[Read more...](/gdevelop5/objects/text_input) ([reference](/gdevelop5/all-features/text-input/reference))|
142142
|<img src="" class="extension-icon"></img>|**Video**|Video object: play/pause/loop MPEG4 videos on screen. Volume, playback speed, opacity control.|[Read more...](/gdevelop5/objects/video) ([reference](/gdevelop5/all-features/video/reference))|
143143

144144
### Visual effect
@@ -147,7 +147,7 @@ GDevelop can also be extended with extensions: take a look at [the list of exten
147147
|---|---|---|---|
148148
|<img src="" class="extension-icon"></img>|**Particle system**|2D particle emitter for fire, smoke, explosions, magic effects. Configurable color, size, speed, lifetime.|[Read more...](/gdevelop5/objects/particles_emitter) ([reference](/gdevelop5/all-features/particle-system/reference))|
149149
|<img src="" class="extension-icon"></img>|**Effects**|Visual effects: blur, glow, color adjust, outline, shadow, pixelate, CRT, reflection, displacement, and more.|[Read more...](/gdevelop5/interface/scene-editor/layer-effects) ([reference](/gdevelop5/all-features/effects/reference))|
150-
|<img src="" class="extension-icon"></img>|**Lights**|2D light objects with configurable radius, color, and optional texture. Obstacle behavior blocks light.|[Read more...](/gdevelop5/all-features/lighting/reference)|
150+
|<img src="" class="extension-icon"></img>|**Lights**|2D light objects with configurable radius, color, and optional texture. Obstacle behavior blocks light.|[Read more...](/gdevelop5/objects/light) ([reference](/gdevelop5/all-features/lighting/reference))|
151151
|<img src="" class="extension-icon"></img>|**Tweening**|Smoothly animate position, scale, rotation, opacity, color, variables over time. Easing functions.|[Read more...](/gdevelop5/behaviors/tween) ([reference](/gdevelop5/all-features/tween/reference))|
152152

153153

docs/gdevelop5/all-features/lighting/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Lights Reference
22

3-
This provides a 2D light object, and a behavior to mark other 2D objects as being obstacles for the lights. This is a great way to create a special atmosphere to your game, along with effects, make it more realistic or to create gameplays based on lights.
3+
This provides a 2D light object, and a behavior to mark other 2D objects as being obstacles for the lights. This is a great way to create a special atmosphere to your game, along with effects, make it more realistic or to create gameplays based on lights. [Read more explanations about it.](/gdevelop5/objects/light)
44

55

66

docs/gdevelop5/all-features/text-input/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Text Input Reference
22

3-
A text field the player can type text into.
3+
A text field the player can type text into. [Read more explanations about it.](/gdevelop5/objects/text_input)
44

55

66

docs/gdevelop5/behaviors/all-behaviors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ are provided in GDevelop.
4444

4545
||Name|Description||
4646
|---|---|---|---|
47-
|<img src="/gdevelop5/icons/CppPlatform/Extensions/lightObstacleIcon32.png" class="extension-icon"></img>|**Light Obstacle Behavior**|Flag objects as being obstacles to 2D lights. The light emitted by light objects will be stopped by ...|[Read more...](/gdevelop5/all-features/lighting/reference)|
47+
|<img src="/gdevelop5/icons/CppPlatform/Extensions/lightObstacleIcon32.png" class="extension-icon"></img>|**Light Obstacle Behavior**|Flag objects as being obstacles to 2D lights. The light emitted by light objects will be stopped by ...|[Read more...](/gdevelop5/objects/light) ([reference](/gdevelop5/all-features/lighting/reference))|
4848
|<img src="/gdevelop5/icons/JsPlatform/Extensions/tween_behavior32.png" class="extension-icon"></img>|**Tween**|Smoothly animate position, angle, scale and other properties of objects.|[Read more...](/gdevelop5/behaviors/tween) ([reference](/gdevelop5/all-features/tween/reference))|
4949

5050
## Reviewed behaviors

docs/gdevelop5/objects/all-objects.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ provided in GDevelop.
2323
|<img src="/gdevelop5/icons/CppPlatform/Extensions/spriteicon.png" class="extension-icon"></img>|**Sprite**|Animated object which can be used for most elements of a 2D game.|[Read more...](/gdevelop5/objects/sprite) ([reference](/gdevelop5/all-features/sprite/reference))|
2424
|<img src="/gdevelop5/icons/CppPlatform/Extensions/TiledSpriteIcon.png" class="extension-icon"></img>|**Tiled Sprite**|Displays an image repeated over an area.|[Read more...](/gdevelop5/objects/tiled_sprite) ([reference](/gdevelop5/all-features/tiled-sprite-object/reference))|
2525
|<img src="/gdevelop5/icons/CppPlatform/Extensions/PanelSpriteIcon.png" class="extension-icon"></img>|**Panel Sprite ("9-patch")**|An image with edges and corners that are stretched separately from the full image.|[Read more...](/gdevelop5/objects/panel_sprite) ([reference](/gdevelop5/all-features/panel-sprite-object/reference))|
26-
|<img src="/gdevelop5/icons/JsPlatform/Extensions/3d_box.svg" class="extension-icon"></img>|**3D Box**|A box with images for each face|[Read more...](/gdevelop5/all-features/scene3d/reference)|
27-
|<img src="/gdevelop5/icons/JsPlatform/Extensions/3d_model.svg" class="extension-icon"></img>|**3D Model**|An animated 3D model, useful for most elements of a 3D game.|[Read more...](/gdevelop5/all-features/scene3d/reference)|
26+
|<img src="/gdevelop5/icons/JsPlatform/Extensions/3d_box.svg" class="extension-icon"></img>|**3D Box**|A box with images for each face|[Read more...](/gdevelop5/objects/3d-box) ([reference](/gdevelop5/all-features/scene3d/reference))|
27+
|<img src="/gdevelop5/icons/JsPlatform/Extensions/3d_model.svg" class="extension-icon"></img>|**3D Model**|An animated 3D model, useful for most elements of a 3D game.|[Read more...](/gdevelop5/objects/3d-model) ([reference](/gdevelop5/all-features/scene3d/reference))|
2828

2929
### Text
3030

@@ -38,15 +38,15 @@ provided in GDevelop.
3838

3939
||Name|Description||
4040
|---|---|---|---|
41-
|<img src="/gdevelop5/icons/JsPlatform/Extensions/text_input.svg" class="extension-icon"></img>|**Text input**|A text field the player can type text into.|[Read more...](/gdevelop5/all-features/text-input/reference)|
41+
|<img src="/gdevelop5/icons/JsPlatform/Extensions/text_input.svg" class="extension-icon"></img>|**Text input**|A text field the player can type text into.|[Read more...](/gdevelop5/objects/text_input) ([reference](/gdevelop5/all-features/text-input/reference))|
4242
|<img src="/gdevelop5/icons/JsPlatform/Extensions/videoicon32.png" class="extension-icon"></img>|**Video**|Displays a video.|[Read more...](/gdevelop5/objects/video) ([reference](/gdevelop5/all-features/video/reference))|
4343

4444
### Visual effect
4545

4646
||Name|Description||
4747
|---|---|---|---|
4848
|<img src="/gdevelop5/icons/CppPlatform/Extensions/particleSystemicon.png" class="extension-icon"></img>|**2D particles emitter**|2D effects like smoke, fire or sparks.|[Read more...](/gdevelop5/objects/particles_emitter) ([reference](/gdevelop5/all-features/particle-system/reference))|
49-
|<img src="/gdevelop5/icons/CppPlatform/Extensions/lightIcon32.png" class="extension-icon"></img>|**Light**|Displays a 2D light on the scene, with a customizable radius and color. Then add the Light Obstacle ...|[Read more...](/gdevelop5/all-features/lighting/reference)|
49+
|<img src="/gdevelop5/icons/CppPlatform/Extensions/lightIcon32.png" class="extension-icon"></img>|**Light**|Displays a 2D light on the scene, with a customizable radius and color. Then add the Light Obstacle ...|[Read more...](/gdevelop5/objects/light) ([reference](/gdevelop5/all-features/lighting/reference))|
5050

5151
## Reviewed objects
5252

0 commit comments

Comments
 (0)