VehicleIsLockedForPlayer Method

RAGE Plugin Hook Documentation

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

Determines 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 bool IsLockedForPlayer(
	Player player
)

Parameters

player
Type: RagePlayer
The player to get the lock status for.

Return Value

Type: Boolean
Returns true of this vehicle is locked for the specified Player; otherwise, returns false
See Also

Reference