Search Results for

    Show / Hide Table of Contents

    Class ForceLeanRandomHelper

    Inheritance
    Object
    CustomHelper
    ForceLeanRandomHelper
    Inherited Members
    CustomHelper.Start()
    CustomHelper.Start(Int32)
    CustomHelper.Stop()
    CustomHelper.SetArgument(String, Boolean)
    CustomHelper.SetArgument(String, Int32)
    CustomHelper.SetArgument(String, Single)
    CustomHelper.SetArgument(String, String)
    CustomHelper.SetArgument(String, Vector3)
    CustomHelper.ResetArguments()
    CustomHelper.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: GTA.NaturalMotion
    Assembly: ScriptHookVDotNet3.dll
    Syntax
    public sealed class ForceLeanRandomHelper : CustomHelper

    Constructors

    | Improve this Doc View Source

    ForceLeanRandomHelper(Ped)

    Creates a new Instance of the ForceLeanRandomHelper for sending a ForceLeanRandom Message to a given Ped.

    Declaration
    public ForceLeanRandomHelper(Ped ped)
    Parameters
    Type Name Description
    Ped ped

    The Ped to send the ForceLeanRandom Message to.

    Properties

    | Improve this Doc View Source

    BodyPart

    Body part that the force is applied to.

    Declaration
    public int BodyPart { set; }
    Property Value
    Type Description
    Int32
    Remarks

    Default value = 0. Min value = 0. Max value = 21.

    | Improve this Doc View Source

    ChangeTimeMax

    Maximum time until changing direction.

    Declaration
    public float ChangeTimeMax { set; }
    Property Value
    Type Description
    Single
    Remarks

    Default value = 4.0f. Min value = 0.0f. Max value = 20.0f.

    | Improve this Doc View Source

    ChangeTimeMin

    Min time until changing direction.

    Declaration
    public float ChangeTimeMin { set; }
    Property Value
    Type Description
    Single
    Remarks

    Default value = 2.0f. Min value = 0.0f. Max value = 20.0f.

    | Improve this Doc View Source

    LeanAmountMax

    Maximum amount of lean.

    Declaration
    public float LeanAmountMax { set; }
    Property Value
    Type Description
    Single
    Remarks

    Default value = 0.4f. Min value = 0.0f. Max value = 1.0f.

    | Improve this Doc View Source

    LeanAmountMin

    Minimum amount of lean.

    Declaration
    public float LeanAmountMin { set; }
    Property Value
    Type Description
    Single
    Remarks

    Default value = 0.3f. Min value = 0.0f. Max value = 1.0f.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX