Class CatchFallHelper
Inherited Members
Namespace: GTA.NaturalMotion
Assembly: ScriptHookVDotNet3.dll
Syntax
public sealed class CatchFallHelper : CustomHelper
Constructors
| Improve this Doc View SourceCatchFallHelper(Ped)
Declaration
public CatchFallHelper(Ped ped)
Parameters
Type | Name | Description |
---|---|---|
Ped | ped |
Properties
| Improve this Doc View SourceArmsStiffness
Stiffness of arms.
Declaration
public float ArmsStiffness { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 15.0f. Min value = 6.0f. Max value = 16.0f.
BackwardsMinArmOffset
0 will prop arms up near his shoulders. -0.3 will place hands nearer his behind.
Declaration
public float BackwardsMinArmOffset { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = -0.3f. Min value = -1.0f. Max value = 0.0f.
ExtraSit
Scale extra-sit value 0..1. Setting to 0 helps with arched-back issues. Set to 1 for a more alive-looking finish.
Declaration
public float ExtraSit { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 1.0f. Min value = 0.0f. Max value = 1.0f.
ForwardMaxArmOffset
0 will point arms down with angled body, 0.45 will point arms forward a bit to catch nearer the head.
Declaration
public float ForwardMaxArmOffset { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 0.4f. Min value = 0.0f. Max value = 1.0f.
LegsStiffness
Stiffness of legs.
Declaration
public float LegsStiffness { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 6.0f. Min value = 4.0f. Max value = 16.0f.
Mask
Two character body-masking value, bitwise joint mask or bitwise logic string of two character body-masking value (see Active Pose notes for possible values).
Declaration
public string Mask { set; }
Property Value
Type | Description |
---|---|
String |
Remarks
Default value = "fb".
TorsoStiffness
Stiffness of torso.
Declaration
public float TorsoStiffness { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 9.0f. Min value = 6.0f. Max value = 16.0f.
UseHeadLook
Toggle to use the head look in this behavior.
Declaration
public bool UseHeadLook { set; }
Property Value
Type | Description |
---|---|
Boolean |
Remarks
Default value = True.
ZAxisSpinReduction
Tries to reduce the spin around the Z axis. Scale 0 - 1.
Declaration
public float ZAxisSpinReduction { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 0.0f. Min value = 0.0f. Max value = 1.0f.