Aller au contenu principal

IndicatorState

Enum: IndicatorState : Int

Indicator states for VehicleStats.indicators

Properties

description: String

public var description: String { get }

Indicator description: Off, Left, Right, Both

Cases

off = 0

case off = 0

The current state of vehicle's Indicator is off

left

case left

The current state of vehicle's Indicator is left

case right

The current state of vehicle's Indicator is right

both

case both

The current state of vehicle's Indicator is both

See Also