Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion automated_updates_data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"last_automated_updates_commit": "eabcf11f3558d2f6160c3eeaabf60cf161473223",
"last_automated_updates_commit": "bdac60a339ba95d92b4e719f4d158b1fadf444c3",
"last_improved_things": [
{
"date": "2026-02-16",
Expand Down
2 changes: 1 addition & 1 deletion docs/gdevelop5/events/functions/extract-events/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The first field ask you for the extension where the function must be stored. Rem

This will allow then to share the extension and reuse it in other games with little to no changes.

You can either select an existing extension or enter the name of a new one - that will be created for you.
You can either select an existing extension or enter the name of a new one - that will be created for you. By default, a valid extension and function name are already suggested, so you can create the function right away and adjust the names if needed.

Enter then the name of the function. Like the name of an extension, the name of a function is limited to alphanumerical characters (0-9, a-Z) and underscores. No spaces are allowed.

Expand Down
4 changes: 4 additions & 0 deletions docs/gdevelop5/extensions/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Click on **Install in project** to download the extension. You can see it is the

![](/gdevelop5/extensions/search/pasted/20230305-114754.png)

!!! tip

You can also install an extension without leaving the events sheet: when searching for an action or a condition, results from extensions that are not yet installed are also shown. Choosing one of them offers to install its extension in the project straight away.

## Use the new extension

Once the extension is installed, you can usually:
Expand Down