Click or drag to resize

BaseVehicleGetParameters Method (Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Gets this BaseVehicle's parameters.

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual void GetParameters(
	out bool engine,
	out bool lights,
	out bool alarm,
	out bool doors,
	out bool bonnet,
	out bool boot,
	out bool objective
)

Parameters

engine
Type: SystemBoolean
Get the engine status. If true the engine is running.
lights
Type: SystemBoolean
Get the vehicle's lights' state. If true the lights are on.
alarm
Type: SystemBoolean
Get the vehicle's alarm state. If true the alarm is (or was) sounding.
doors
Type: SystemBoolean
Get the lock status of the doors. If true the doors are locked.
bonnet
Type: SystemBoolean
Get the bonnet/hood status. If true it is open.
boot
Type: SystemBoolean
Get the boot/trunk status. If true it is open.
objective
Type: SystemBoolean
Get the objective status. If true the objective is on.
See Also