Click or drag to resize
RagdollPartTryImpactCollision Method
Tries to reduce the strength of this part and neighboring ones using the specified collision data.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected virtual bool TryImpactCollision(
	Collision collision
)

Parameters

collision
Type: Collision
Collision.

Return Value

Type: Boolean
if the collision caused a reaction; otherwise, .
See Also