Returns: Returns the current roof state, refer to eRoofState
Returns the convertible state of the specified vehicle.
enum eRoofState {
RAISED = 0,
LOWERING = 1,
LOWERED = 2,
RAISING = 3,
CLOSING_BOOT = 4,
ROOF_STUCK_RAISED = 5,
ROOF_STUCK_LOWERED = 6
}