SHVDN  v3
An ASI plugin for Grand Theft Auto V, which allows running scripts written in any .NET language in-game. Developed by crosire https://github.com/crosire/scripthookvdotnet/
GTA.NaturalMotion.ShotInGutsHelper Class Reference

Configure the shot in guts reaction. More...

Inheritance diagram for GTA.NaturalMotion.ShotInGutsHelper:
GTA.NaturalMotion.CustomHelper

Public Member Functions

 ShotInGutsHelper (Ped ped)
 Creates a new Instance of the ShotInGutsHelper for sending a ShotInGuts Message to a given Ped. More...
 
- Public Member Functions inherited from GTA.NaturalMotion.CustomHelper
void Start ()
 Starts this Natural Motion behavior on the Ped that will loop until manually aborted. More...
 
void Start (int duration)
 Starts this Natural Motion behavior on the Ped for a specified duration. More...
 
void Stop ()
 Stops this Natural Motion behavior on the Ped. More...
 
void SetArgument (string argName, bool value)
 Sets a Message argument to a bool value. More...
 
void SetArgument (string argName, int value)
 Sets a Message argument to a int value. More...
 
void SetArgument (string argName, float value)
 Sets a Message argument to a float value. More...
 
void SetArgument (string argName, string value)
 Sets a Message argument to a string value. More...
 
void SetArgument (string argName, Vector3 value)
 Sets a Message argument to a Vector3 value. More...
 
void ResetArguments ()
 Resets all arguments to their default values. More...
 
override string ToString ()
 Returns the internal message name. More...
 

Properties

bool ShotInGuts [set]
 Type of reaction. More...
 
float SigSpineAmount [set]
 SpineBend. More...
 
float SigNeckAmount [set]
 Neck Bend. More...
 
float SigHipAmount [set]
 Hip Pitch. More...
 
float SigKneeAmount [set]
 Knee bend. More...
 
float SigPeriod [set]
 Active time after being shot. More...
 
float SigForceBalancePeriod [set]
 Amount of time not taking a step. More...
 
float SigKneesOnset [set]
 Amount of time not taking a step. More...
 

Additional Inherited Members

- Protected Member Functions inherited from GTA.NaturalMotion.CustomHelper
 CustomHelper (Ped target, string message)
 Creates a helper class for building Natural Motion messages to send to a given Ped. More...
 

Detailed Description

Configure the shot in guts reaction.

Constructor & Destructor Documentation

◆ ShotInGutsHelper()

GTA.NaturalMotion.ShotInGutsHelper.ShotInGutsHelper ( Ped  ped)

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

Parameters
pedThe Ped to send the ShotInGuts Message to.

Configure the shot in guts reaction.

Property Documentation

◆ ShotInGuts

bool GTA.NaturalMotion.ShotInGutsHelper.ShotInGuts
set

Type of reaction.

Default value = False.

◆ SigForceBalancePeriod

float GTA.NaturalMotion.ShotInGutsHelper.SigForceBalancePeriod
set

Amount of time not taking a step.

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

◆ SigHipAmount

float GTA.NaturalMotion.ShotInGutsHelper.SigHipAmount
set

Hip Pitch.

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

◆ SigKneeAmount

float GTA.NaturalMotion.ShotInGutsHelper.SigKneeAmount
set

Knee bend.

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

◆ SigKneesOnset

float GTA.NaturalMotion.ShotInGutsHelper.SigKneesOnset
set

Amount of time not taking a step.

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

◆ SigNeckAmount

float GTA.NaturalMotion.ShotInGutsHelper.SigNeckAmount
set

Neck Bend.

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

◆ SigPeriod

float GTA.NaturalMotion.ShotInGutsHelper.SigPeriod
set

Active time after being shot.

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

◆ SigSpineAmount

float GTA.NaturalMotion.ShotInGutsHelper.SigSpineAmount
set

SpineBend.

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


The documentation for this class was generated from the following file: