Difference between revisions of "API:Sandbox/ModAPI/IMyEntity/GetChildren"

From Space Engineers Wiki
Jump to: navigation, search
(Created page with "{{subst:APIStub}}")
 
(No difference)

Latest revision as of 05:26, 28 September 2014

Method

public void GetChildren(System.Collections.Generic.List`1[Sandbox.ModAPI.IMyEntity], System.Func`2[Sandbox.ModAPI.IMyEntity,System.Boolean])
Member of IMyEntity
Raw file API:Sandbox/ModAPI/IMyEntity/GetChildren/raw

Usage

Examples

//Examples here

Notes