VehicleSetLockedForPlayer Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Sets whether this vehicle is locked for the specified Player

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public void SetLockedForPlayer(
	Player player,
	bool locked
)

Parameters

player
Type: RagePlayer
The player to set the lock status for.
locked
Type: SystemBoolean
true to lock the vehicle for the specified player; false to unlock it.
See Also

Reference