AddHealthConfig
DocsAddHealthConfig(configName, defaultHealth, defaultArmor, defaultEndurance, fatiguedHealthThreshold, injuredHealthThreshold, dyingHealthThreshold, hurtHealthThreshold, dogTakedownThreshold, writheFromBulletThreshold, meleeCardinalFatalAttack, invincible)Description
Adds new health config.
Parameters
| Name | Type | Description |
|---|---|---|
configName | char* | Name of health config. Cannot be default game health config name. |
defaultHealth | float | Default health value. |
defaultArmor | float | Default armor value. |
defaultEndurance | float | — |
fatiguedHealthThreshold | float | Fatigued health threshold value. |
injuredHealthThreshold | float | Injured health threshold value. |
dyingHealthThreshold | float | Dying health threshold value. |
hurtHealthThreshold | float | Hurt health threshold value. |
dogTakedownThreshold | float | Dog takedown threshold value. |
writheFromBulletThreshold | float | Writhe from bulled threshold value. |
meleeCardinalFatalAttack | BOOL | Melee cardinal fatal attack check value. |
invincible | BOOL | Invincible value. |
Returns
voidThis native does not return a value.