Search Results for

    Show / Hide Table of Contents

    Class ActivePoseHelper

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

    Constructors

    | Improve this Doc View Source

    ActivePoseHelper(Ped)

    Creates a new Instance of the ActivePoseHelper for sending a ActivePose Message to a given Ped.

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

    The Ped to send the ActivePose Message to.

    Properties

    | Improve this Doc View Source

    AnimSource

    Animation source.

    Declaration
    public AnimSource AnimSource { set; }
    Property Value
    Type Description
    AnimSource
    | 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 notes for explanation).

    Declaration
    public string Mask { set; }
    Property Value
    Type Description
    String
    Remarks

    Default value = "fb".

    | Improve this Doc View Source

    UseGravityCompensation

    Apply gravity compensation.

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

    Default value = False.

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