Click or drag to resize

BaseVehicle Properties

The BaseVehicle type exposes the following members.

Properties
  NameDescription
Public propertyAlarm
Gets or sets this BaseVehicle's alarm state. If True the alarm is (or was) sounding.
Public propertyAngle
Gets or sets the Z angle of this BaseVehicle.
Public propertyBonnet
Gets or sets the bonnet/hood status of this BaseVehicle. If True, it's open.
Public propertyBoot
Gets or sets the boot/trunk status of this BaseVehicle. True means it is open.
Public propertyDoors
Gets or sets the lock status of the doors of this BaseVehicle. If True the doors are locked.
Public propertyDriver
Gets the driver of this BaseVehicle.
Public propertyEngine
Gets or sets this BaseVehicle's engine status. If True, the engine is running.
Public propertyHasTrailer
Gets whether this BaseVehicle has a trailer attached to it.
Public propertyHealth
Gets or sets the health of this BaseVehicle.
Public propertyId
Gets the identifier of this instance.
(Inherited from IdentifiedPoolTInstance.)
Public propertyIsBackLeftDoorOpen
Gets or sets a value indicating whether the driver door is open.
Public propertyIsBackLeftWindowClosed
Gets or sets a value indicating whether the driver window is closed.
Public propertyIsBackRightDoorOpen
Gets or sets a value indicating whether the driver door is open.
Public propertyIsBackRightWindowClosed
Gets or sets a value indicating whether the driver window is closed.
Public propertyIsDisposed
Gets whether this resource has been disposed.
(Inherited from Disposable.)
Public propertyIsDriverDoorOpen
Gets or sets a value indicating whether the driver door is open.
Public propertyIsDriverWindowClosed
Gets or sets a value indicating whether the driver window is closed.
Public propertyIsPassengerDoorOpen
Gets or sets a value indicating whether the passenger door is open.
Public propertyIsPassengerWindowClosed
Gets or sets a value indicating whether the passenger window is closed.
Public propertyIsSirenOn
Gets a value indicating whether this Vehicle's siren is on.
Public propertyIsValid
Gets whether this BaseVehicle has been created and still is alive.
Public propertyLights
Gets or sets this BaseVehicle's lights' state. If True the lights are on.
Public propertyModel
Gets the model ID of this BaseVehicle.
Public propertyModelInfo
Gets an instance of VehicleModelInfo about this BaseVehicle.
Public propertyObjective
Gets or sets the objective status of this BaseVehicle. True means the objective is on.
Public propertyPassengers
Gets the passengers of this BaseVehicle. (not the driver)
Public propertyStatic memberPoolSize
Gets the size of the vehicles pool.
Public propertyPosition
Gets or sets the position of this BaseVehicle.
Public propertyRotation
Gets or sets the rotation of this BaseVehicle.
Public propertyTrailer
Gets or sets the the trailer attached to this BaseVehicle.
Public propertyVelocity
Gets or sets the velocity at which this BaseVehicle is moving.
Public propertyVirtualWorld
Gets or sets the virtual world of this BaseVehicle.
Top
See Also