Click or drag to resize
RagdollPartOnExceededMaximumImpulse Event
Occurs when this part receives an impulse from the environment or from TryAddImpactAtPoint(Vector3, Vector3) whose square magnitude exceeds the maximum value of its impact strength reduction profile.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public event RagdollPartImpulseEvent OnExceededMaximumImpulse

Value

Type: Candlelight.PhysicsRagdollPartImpulseEvent
See Also