GetConvertibleRoofState — FiveM Natives
0xF8C397922FC03F41 · VEHICLE · all
Returns the convertible state of the specified vehicle. ``cpp enum eRoofState { RAISED = 0, LOWERING = 1, LOWERED = 2, RAISING = 3, CLOSING_BOOT = 4, ROOF_STUCK_RAISED = 5, ROOF_STUCK_LOWERED = 6 } ``
Parameters
| Name | Type | Description |
|---|---|---|
| vehicle | Vehicle | Vehicle to get the state of |
Returns
int