BaseVehicle Properties |
The BaseVehicle type exposes the following members.
| Name | Description | |
|---|---|---|
| Alarm |
Gets or sets this BaseVehicle's alarm state. If True the alarm is (or was) sounding.
| |
| Angle |
Gets or sets the Z angle of this BaseVehicle.
| |
| Bonnet |
Gets or sets the bonnet/hood status of this BaseVehicle. If True, it's open.
| |
| Boot |
Gets or sets the boot/trunk status of this BaseVehicle. True means it is open.
| |
| Doors |
Gets or sets the lock status of the doors of this BaseVehicle. If True the doors are locked.
| |
| Driver |
Gets the driver of this BaseVehicle.
| |
| Engine |
Gets or sets this BaseVehicle's engine status. If True, the engine is running.
| |
| HasTrailer |
Gets whether this BaseVehicle has a trailer attached to it.
| |
| Health |
Gets or sets the health of this BaseVehicle.
| |
| Id |
Gets the identifier of this instance.
(Inherited from IdentifiedPoolTInstance.) | |
| IsBackLeftDoorOpen |
Gets or sets a value indicating whether the driver door is open.
| |
| IsBackLeftWindowClosed |
Gets or sets a value indicating whether the driver window is closed.
| |
| IsBackRightDoorOpen |
Gets or sets a value indicating whether the driver door is open.
| |
| IsBackRightWindowClosed |
Gets or sets a value indicating whether the driver window is closed.
| |
| IsDisposed |
Gets whether this resource has been disposed.
(Inherited from Disposable.) | |
| IsDriverDoorOpen |
Gets or sets a value indicating whether the driver door is open.
| |
| IsDriverWindowClosed |
Gets or sets a value indicating whether the driver window is closed.
| |
| IsPassengerDoorOpen |
Gets or sets a value indicating whether the passenger door is open.
| |
| IsPassengerWindowClosed |
Gets or sets a value indicating whether the passenger window is closed.
| |
| IsSirenOn |
Gets a value indicating whether this Vehicle's siren is on.
| |
| IsValid |
Gets whether this BaseVehicle has been created and still is alive.
| |
| Lights |
Gets or sets this BaseVehicle's lights' state. If True the lights are on.
| |
| Model |
Gets the model ID of this BaseVehicle.
| |
| ModelInfo |
Gets an instance of VehicleModelInfo about this BaseVehicle.
| |
| Objective |
Gets or sets the objective status of this BaseVehicle. True means the objective is on.
| |
| Passengers |
Gets the passengers of this BaseVehicle. (not the driver)
| |
| PoolSize |
Gets the size of the vehicles pool.
| |
| Position |
Gets or sets the position of this BaseVehicle.
| |
| Rotation |
Gets or sets the rotation of this BaseVehicle.
| |
| Trailer |
Gets or sets the the trailer attached to this BaseVehicle.
| |
| Velocity |
Gets or sets the velocity at which this BaseVehicle is moving.
| |
| VirtualWorld |
Gets or sets the virtual world of this BaseVehicle.
|