 | RagdollPartTryAddImpactAtPoint Method |
Tries to add an impact at the specified point that will cause this part and neighboring ones to reduce their
strength.
Namespace: Candlelight.PhysicsAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic virtual bool TryAddImpactAtPoint(
Vector3 impulse,
Vector3 point
)
Parameters
- impulse
- Type: Vector3
Impulse. - point
- Type: Vector3
Point.
Return Value
Type:
Boolean if the impulse caused a reaction; otherwise,
.
See Also