setVehicleLock: Difference between revisions
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]] | ||
< | <h2 style="color:#000066">'''''vehicle'' setVehicleLock ''state'''''</h2> | ||
'''Operand types:''' | |||
'''vehicle:''' [[Object]] | |||
''' | '''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" |