Search Results for

    Show / Hide Table of Contents

    Class ConfigureConstraintsHelper

    One shot to give state of constraints on character and response to constraints.

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

    Constructors

    | Improve this Doc View Source

    ConfigureConstraintsHelper(Ped)

    Creates a new Instance of the ConfigureConstraintsHelper for sending a ConfigureConstraints Message to a given Ped.

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

    The Ped to send the ConfigureConstraints Message to.

    Remarks

    One shot to give state of constraints on character and response to constraints.

    Properties

    | Improve this Doc View Source

    BespokeBehavior

    Not implemented.

    Declaration
    public bool BespokeBehavior { set; }
    Property Value
    Type Description
    Boolean
    Remarks

    Default value = False.

    | Improve this Doc View Source

    Blend2ZeroPose

    Blend Arms to zero pose.

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

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

    | Improve this Doc View Source

    HandCuffs

    Declaration
    public bool HandCuffs { set; }
    Property Value
    Type Description
    Boolean
    Remarks

    Default value = False.

    | Improve this Doc View Source

    HandCuffsBehindBack

    Not implemented.

    Declaration
    public bool HandCuffsBehindBack { set; }
    Property Value
    Type Description
    Boolean
    Remarks

    Default value = False.

    | Improve this Doc View Source

    LegCuffs

    Not implemented.

    Declaration
    public bool LegCuffs { set; }
    Property Value
    Type Description
    Boolean
    Remarks

    Default value = False.

    | Improve this Doc View Source

    PassiveMode

    0 setCurrent, 1= IK to dominant, (2=pointGunLikeIK //not implemented).

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

    Default value = 0. Min value = 0. Max value = 5.

    | Improve this Doc View Source

    RightDominant

    Declaration
    public bool RightDominant { set; }
    Property Value
    Type Description
    Boolean
    Remarks

    Default value = False.

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