Class LeanRandomHelper
Inherited Members
Namespace: GTA.NaturalMotion
Assembly: ScriptHookVDotNet3.dll
Syntax
public sealed class LeanRandomHelper : CustomHelper
Constructors
| Improve this Doc View SourceLeanRandomHelper(Ped)
Declaration
public LeanRandomHelper(Ped ped)
Parameters
Type | Name | Description |
---|---|---|
Ped | ped |
Properties
| Improve this Doc View SourceChangeTimeMax
Maximum time until changing direction.
Declaration
public float ChangeTimeMax { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 1.0f. Min value = 0.0f. Max value = 20.0f.
ChangeTimeMin
Minimum time until changing direction.
Declaration
public float ChangeTimeMin { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 0.5f. Min value = 0.0f. Max value = 20.0f.
LeanAmountMax
Maximum amount of lean.
Declaration
public float LeanAmountMax { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 0.2f. Min value = 0.0f. Max value = 1.0f.
LeanAmountMin
Minimum amount of lean.
Declaration
public float LeanAmountMin { set; }
Property Value
Type | Description |
---|---|
Single |
Remarks
Default value = 0.2f. Min value = 0.0f. Max value = 1.0f.