Skip to content
Merged
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
4 changes: 4 additions & 0 deletions docs/gdevelop5/objects/object-groups/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ To organize objects into a group:

You can now use this group of objects in events.

!!! note

When you add an object to a group, it automatically receives the behaviors and variables that the rest of the group has in common, if it doesn't already have them. This keeps the group usable as a single object in events.

## Add variables to an object group

A group of object does not have variables by itself. Rather, the variables of a group are displayed by finding all the common variables contained in all the objects of the group.
Expand Down