Enum VehicleLockStatus
Namespace: GTA
Assembly: ScriptHookVDotNet2.dll
Syntax
public enum VehicleLockStatus
Fields
Name | Description |
---|---|
CanBeBrokenInto | Can be broken into the car. If the glass is broken, the value will be set to 1. |
CanBeBrokenIntoPersist | |
CannotBeTriedToEnter | |
Locked | |
LockedForPlayer | |
None | |
StickPlayerInside | Doesn't allow players to exit the vehicle with the exit vehicle key. |
Unlocked |