Click or drag to resize
RagdollPartChainGetBodies Method
Gets all RagdollParts in this RagdollPartChain's definition.

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

Parameters

bodies
Type: System.Collections.GenericListRagdollPart
A list to populate with the non-root RagdollPart bodies in this RagdollPartChain's definition. Some values may be .

Return Value

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

Implements

IBodyChainT, TPartGetBodies(ListTPart)
See Also