SetFlyThroughWindscreenParams
Docslocal retval = SetFlyThroughWindscreenParams(vehMinSpeed, unkMinSpeed, unkModifier, minDamage)Description
Sets some in-game parameters which is used for checks is ped needs to fly through windscreen after a crash.
Parameters
| Name | Type | Description |
|---|---|---|
vehMinSpeed | float | Vehicle minimum speed (default 35.0). |
unkMinSpeed | float | Unknown minimum speed (default 40.0). |
unkModifier | float | Unknown modifier (default 17.0). |
minDamage | float | Minimum damage (default 2000.0). |
Returns
BOOLReturns TRUE (1) or FALSE (0).