Click or drag to resize

BaseVehicleVehicleInternalGetVehicleParamsEx Method

[Missing <summary> documentation for "M:SampSharp.GameMode.World.BaseVehicle.VehicleInternal.GetVehicleParamsEx(System.Int32,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

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

Parameters

vehicleid
Type: SystemInt32

[Missing <param name="vehicleid"/> documentation for "M:SampSharp.GameMode.World.BaseVehicle.VehicleInternal.GetVehicleParamsEx(System.Int32,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

engine
Type: SystemInt32

[Missing <param name="engine"/> documentation for "M:SampSharp.GameMode.World.BaseVehicle.VehicleInternal.GetVehicleParamsEx(System.Int32,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

lights
Type: SystemInt32

[Missing <param name="lights"/> documentation for "M:SampSharp.GameMode.World.BaseVehicle.VehicleInternal.GetVehicleParamsEx(System.Int32,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

alarm
Type: SystemInt32

[Missing <param name="alarm"/> documentation for "M:SampSharp.GameMode.World.BaseVehicle.VehicleInternal.GetVehicleParamsEx(System.Int32,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

doors
Type: SystemInt32

[Missing <param name="doors"/> documentation for "M:SampSharp.GameMode.World.BaseVehicle.VehicleInternal.GetVehicleParamsEx(System.Int32,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

bonnet
Type: SystemInt32

[Missing <param name="bonnet"/> documentation for "M:SampSharp.GameMode.World.BaseVehicle.VehicleInternal.GetVehicleParamsEx(System.Int32,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

boot
Type: SystemInt32

[Missing <param name="boot"/> documentation for "M:SampSharp.GameMode.World.BaseVehicle.VehicleInternal.GetVehicleParamsEx(System.Int32,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

objective
Type: SystemInt32

[Missing <param name="objective"/> documentation for "M:SampSharp.GameMode.World.BaseVehicle.VehicleInternal.GetVehicleParamsEx(System.Int32,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@,System.Int32@)"]

Return Value

Type: Boolean
See Also