GetVehicleHasFlag — RedM Natives
0xD85C9F57 · CFX · client
Note: Flags are not the same based on your gamebuild. Please see here to see a complete list of all vehicle flags. Get vehicle.meta flag by index. Useful examples include FLAG_LAW_ENFORCEMENT (31), FLAG_RICH_CAR (36), FLAG_IS_ELECTRIC (43), FLAG_IS_OFFROAD_VEHICLE (48).
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | The vehicle to obtain flags for. |
| flagIndex | int | Flag index. |
Returns
bool