SyncedGroupingInfo Class

public class SyncedGroupingInfo

Contains information about an Active Grid Grouping that is synced to a World.

Properties

Name Type Description
ActiveGridIndex int

The Index of the Active Grid Grouping, as shown in the Active Grid inspector.

WorldCellsPlayerIsStartingIn List<WorldCell>

The World Cells, if loaded, that the player is starting in for every World Grouping this Active Grid Grouping is synced to.

If you have multiple overlapping Zones on your World, this list may contain multiples World Cells. If all Zones do not overlap, then the list should only contain a single World Cell.

WorldGroupingIndex

The index of the World Grouping that the the Active Grid Grouping is synced to.