Search Results for

    Show / Hide Table of Contents

    Class ShotRelaxHelper

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

    Constructors

    | Improve this Doc View Source

    ShotRelaxHelper(Ped)

    Creates a new Instance of the ShotRelaxHelper for sending a ShotRelax Message to a given Ped.

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

    The Ped to send the ShotRelax Message to.

    Properties

    | Improve this Doc View Source

    RelaxPeriodLower

    Time over which to relax to full relaxation for lower body.

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

    Default value = 0.4f. Min value = 0.0f. Max value = 40.0f.

    | Improve this Doc View Source

    RelaxPeriodUpper

    Time over which to relax to full relaxation for upper body.

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

    Default value = 2.0f. Min value = 0.0f. Max value = 40.0f.

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