SetFallDamageMultiplier
DocsSetFallDamageMultiplier(multiplier)Description
A setter for GET_FALL_DAMAGE_MULTIPLIER.
Parameters
| Name | Type | Description |
|---|---|---|
multiplier | float | fall damage multiplier applied to all peds when calculating fall damage from falls below the kill fall height threshold (i.e., when the fall does not cause instant death). Default value is `7.0`. |
Returns
voidThis native does not return a value.