Native referenceFiveM

DISABLE_INDIVIDUAL_PLANE_PROPELLER

0x500873A45724C863 VEHICLE
FUNCTION SIGNATURE
void DISABLE_INDIVIDUAL_PLANE_PROPELLER(Vehicle vehicle, int propeller);
Property Value
Native Name DISABLE_INDIVIDUAL_PLANE_PROPELLER
Hash 0x500873A45724C863
Return Type void
Parameters vehicle (Vehicle), propeller (int)

Description: ``` NativeDB Introduced: v323


### Parameters
- **`vehicle`** (`Vehicle`) — The propeller plane
- **`propeller`** (`int`) — The propeller index to disable (starts at 0).
Back to VEHICLE