Click or drag to resize
IBodyChainT, TPartGetBodies Method

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
int GetBodies(
	ref List<TPart> bodies
)

Parameters

bodies
Type: System.Collections.GenericListTPart
A list to populate with the non-root TPart bodies in this IBodyChainT, TPart's definition. Some values may be .

Return Value

Type: Int32
A bit field of HierarchyStatusCodes for the chain.
See Also