setVehicleLock

From Bohemia Interactive Community
Revision as of 17:39, 4 July 2006 by Raedor (talk | contribs)
Jump to navigation Jump to search


vehicle setVehicleLock state


Operand types:

vehicle: Object

state: String

Type of returned value:

Nothing

Compatibility:

Version 2.33 required.

Description:

Set how vehicle is locked for player. Possible values: UNLOCKED, DEFAULT or LOCKED.

Example:

veh1 setVehicleLock "LOCKED"