Search Results for

    Show / Hide Table of Contents

    Class ShotInGutsHelper

    Configure the shot in guts reaction.

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

    Constructors

    | Improve this Doc View Source

    ShotInGutsHelper(Ped)

    Creates a new Instance of the ShotInGutsHelper for sending a ShotInGuts Message to a given Ped.

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

    The Ped to send the ShotInGuts Message to.

    Remarks

    Configure the shot in guts reaction.

    Properties

    | Improve this Doc View Source

    ShotInGuts

    Type of reaction.

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

    Default value = False.

    | Improve this Doc View Source

    SigForceBalancePeriod

    Amount of time not taking a step.

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

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

    | Improve this Doc View Source

    SigHipAmount

    Hip Pitch.

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

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

    | Improve this Doc View Source

    SigKneeAmount

    Knee bend.

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

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

    | Improve this Doc View Source

    SigKneesOnset

    Amount of time not taking a step.

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

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

    | Improve this Doc View Source

    SigNeckAmount

    Neck Bend.

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

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

    | Improve this Doc View Source

    SigPeriod

    Active time after being shot.

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

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

    | Improve this Doc View Source

    SigSpineAmount

    SpineBend.

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

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

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