Class SetCharacterStrengthHelper
Sets character's strength on the dead-granny-to-healthy-terminator scale: [0..1].
Inherited Members
Namespace: GTA.NaturalMotion
Assembly: ScriptHookVDotNet3.dll
Syntax
public sealed class SetCharacterStrengthHelper : CustomHelper
Constructors
| Improve this Doc View SourceSetCharacterStrengthHelper(Ped)
Creates a new Instance of the SetCharacterStrengthHelper for sending a SetCharacterStrength Message to a given Ped.
Declaration
public SetCharacterStrengthHelper(Ped ped)
Parameters
| Type | Name | Description |
|---|---|---|
| Ped | ped |
Remarks
Sets character's strength on the dead-granny-to-healthy-terminator scale: [0..1].
Properties
| Improve this Doc View SourceCharacterStrength
Strength of character.
Declaration
public float CharacterStrength { set; }
Property Value
| Type | Description |
|---|---|
| Single |
Remarks
Default value = 1.0f. Min value = 0.0f. Max value = 1.0f.