Search Results for

    Show / Hide Table of Contents

    Class ForceLeanToPositionHelper

    Inheritance
    Object
    CustomHelper
    ForceLeanToPositionHelper
    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 ForceLeanToPositionHelper : CustomHelper

    Constructors

    | Improve this Doc View Source

    ForceLeanToPositionHelper(Ped)

    Creates a new Instance of the ForceLeanToPositionHelper for sending a ForceLeanToPosition Message to a given Ped.

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

    The Ped to send the ForceLeanToPosition 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

    LeanAmount

    Amount of lean, 0 to about 0.5. -ve will move away from the target.

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

    Default value = 0.2f. Min value = -0.5f. Max value = 0.5f.

    | Improve this Doc View Source

    Pos

    Position to head towards.

    Declaration
    public Vector3 Pos { set; }
    Property Value
    Type Description
    Vector3
    Remarks

    Default value = Vector3(0.0f, 0.0f, 0.0f).

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