Click or drag to resize
IMyEntityGetChildren Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.ModAPI.IMyEntity.GetChildren(System.Collections.Generic.List{VRage.ModAPI.IMyEntity},System.Func{VRage.ModAPI.IMyEntity,System.Boolean})"]

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
void GetChildren(
	List<IMyEntity> children,
	Func<IMyEntity, bool> collect = null
)

Parameters

children
Type: System.Collections.GenericListIMyEntity

[Missing <param name="children"/> documentation for "M:VRage.ModAPI.IMyEntity.GetChildren(System.Collections.Generic.List{VRage.ModAPI.IMyEntity},System.Func{VRage.ModAPI.IMyEntity,System.Boolean})"]

collect (Optional)
Type: SystemFuncIMyEntity, Boolean

[Missing <param name="collect"/> documentation for "M:VRage.ModAPI.IMyEntity.GetChildren(System.Collections.Generic.List{VRage.ModAPI.IMyEntity},System.Func{VRage.ModAPI.IMyEntity,System.Boolean})"]

See Also