Search Results for

    Show / Hide Table of Contents

    Class SetStiffnessHelper

    Use this message to manually set the body stiffness values -before using Active Pose to drive to an animated pose, for example.

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

    Constructors

    | Improve this Doc View Source

    SetStiffnessHelper(Ped)

    Creates a new Instance of the SetStiffnessHelper for sending a SetStiffness Message to a given Ped.

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

    The Ped to send the SetStiffness Message to.

    Remarks

    Use this message to manually set the body stiffness values -before using Active Pose to drive to an animated pose, for example.

    Properties

    | Improve this Doc View Source

    BodyStiffness

    Stiffness of whole character.

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

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

    | Improve this Doc View Source

    Damping

    Damping amount, less is underdamped.

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

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

    | Improve this Doc View Source

    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".

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