SetFallDamageLandOnFootMultiplier
DocsSetFallDamageLandOnFootMultiplier(multiplier)Description
A setter for GET_FALL_DAMAGE_LAND_ON_FOOT_MULTIPLIER.
Parameters
| Name | Type | Description |
|---|---|---|
multiplier | float | fall damage multiplier to apply when a ped lands on foot from a fall below the kill fall height threshold (i.e., when the fall does not cause instant death). Default value is `3.0`. |
Returns
voidThis native does not return a value.