setVehicleLock

From Bohemia Interactive Community
Revision as of 22:41, 4 July 2006 by Planck (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"