Summary

public static ulong TryAddEntity(IMyEntity entity, MyPhysicsBody activationHandler, bool batchRequest)

Attempts to add the entity to the cluster Creates new cluster if allowed (!SingleCluster.HasValue) and needed (entity is outside of existing clusters). If not allowed, marks entity as left the world.

Returns

ulong

id

Parameters