Summary

public MyCubeGrid DetectMerge(MySlimBlock block, MyCubeGrid ignore, List<MyEntity> nearEntities, bool newGrid)

Tries to merge this grid with any other grid Merges grids only when both are static Returns the merged grid (which does not necessarily have to be this grid)

Returns

MyCubeGrid

Parameters