Summary

public void GetEntities(HashSet<IMyEntity> entities, Func<IMyEntity, bool> collect)

Get all entities matching condition

Parameters