Click or drag to resize

BaseVehicleVehicleInternalSetVehicleParamsForPlayer Method

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

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual bool SetVehicleParamsForPlayer(
	int vehicleid,
	int playerid,
	bool objective,
	bool doorslocked
)

Parameters

vehicleid
Type: SystemInt32

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

playerid
Type: SystemInt32

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

objective
Type: SystemBoolean

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

doorslocked
Type: SystemBoolean

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

Return Value

Type: Boolean
See Also