Summary

public List<MyCubeGrid> GetConnectedGrids(GridLinkTypeEnum type, List<MyCubeGrid> list)

Get all grids connected to this grid

Returns

List

Parameters

Summary

public void GetConnectedGrids(GridLinkTypeEnum type, Action<MyCubeGrid> action)

Iterate over all grids connected to this grid

Parameters