Class SetFrictionScaleHelper
SetFrictionScale:.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GTA.NaturalMotion
Assembly: ScriptHookVDotNet2.dll
Syntax
public sealed class SetFrictionScaleHelper : CustomHelper
Constructors
| Name | Description |
|---|---|
| SetFrictionScaleHelper(Ped) | Creates a new Instance of the SetFrictionScaleHelper for sending a SetFrictionScale Message to a given Ped. |
Properties
| Name | Description |
|---|---|
| GlobalMax | Character-wide maximum impact friction. Affects all parts (not just those in mask). |
| GlobalMin | Character-wide minimum impact friction. Affects all parts (not just those in mask). |
| 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). |
| Scale | Friction scale to be applied to parts in mask. |