Represents a whole vehicle.

Vehicle

Main model for a Vehicle. Holds all Vehicle information.

has_capability(cap)

Check for a capability.

Checks whether a vehicle generally has a capability. Does not check whether it's actually available.

is_capability_available(cap)

Check for capability availability.

Checks whether the vehicle has the capability and whether it is currently available. A capability can be unavailable for example if it's deactivated by the currently active user.