IMyEntitiesGetEntities Method |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:VRage.ModAPI.IMyEntities.GetEntities(System.Collections.Generic.HashSet{VRage.ModAPI.IMyEntity},System.Func{VRage.ModAPI.IMyEntity,System.Boolean})"]
Namespace: VRage.ModAPI
void GetEntities( HashSet<IMyEntity> entities, Func<IMyEntity, bool> collect = null )
[Missing <param name="entities"/> documentation for "M:VRage.ModAPI.IMyEntities.GetEntities(System.Collections.Generic.HashSet{VRage.ModAPI.IMyEntity},System.Func{VRage.ModAPI.IMyEntity,System.Boolean})"]
[Missing <param name="collect"/> documentation for "M:VRage.ModAPI.IMyEntities.GetEntities(System.Collections.Generic.HashSet{VRage.ModAPI.IMyEntity},System.Func{VRage.ModAPI.IMyEntity,System.Boolean})"]