setVehicleLock: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|SETVEHICLELOCK]]
[[Category:Scripting Commands ArmA|SETVEHICLELOCK]]


<new command not populated>
<h2 style="color:#000066">'''''vehicle'' setVehicleLock ''state'''''</h2>




<h2 style="color:#000066">''''' setVehicleLock '''''</h2>
'''Operand types:'''


'''vehicle:''' [[Object]]


'''Operand types:'''
'''state:''' [[String]]


'''Type of returned value:'''
'''Type of returned value:'''
[[Nothing]]


'''Compatibility:'''
'''Compatibility:'''
Version 2.33 required.


'''Description:'''
'''Description:'''


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


'''Example:'''
'''Example:'''
veh1 '''setVehicleLock''' "LOCKED"

Revision as of 17:39, 4 July 2006


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"