ArePlaneControlPanelsIntact — FiveM Natives
0xF78F94D60248C737 · VEHICLE · all
Queries whether the control panels of a plane are intact. This native is used to determine the operational status of a plane's cockpit controls, which can affect the plane's flyability.
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to check. This should be a plane. |
| checkForZeroHealth | BOOL | If set to `true`, the native also checks if the plane's health is zero, indicating it is completely destroyed. If `false`, only the state of the control panels is considered. |
Returns
BOOL