GetEntities
Summary
public void GetEntities(HashSet<IMyEntity> entities, Func<IMyEntity, bool> collect)
Get all entities matching condition
Parameters
- HashSet
entities - Func<IMyEntity, bool> collect
public void GetEntities(HashSet<IMyEntity> entities, Func<IMyEntity, bool> collect)
Get all entities matching condition