Search Results for

    Show / Hide Table of Contents

    Class SetMuscleStiffnessHelper

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

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

    Constructors

    | Improve this Doc View Source

    SetMuscleStiffnessHelper(Ped)

    Creates a new Instance of the SetMuscleStiffnessHelper for sending a SetMuscle stiffness Message to a given Ped.

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

    The Ped to send the SetMuscle stiffness Message to.

    Remarks

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

    Properties

    | 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

    MuscleStiffness

    Muscle stiffness of joint/s.

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

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

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