lock: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
mNo edit summary
Line 14: Line 14:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[Object#Vehicle|Vehicle]] '''lock''' OnOff|= Syntax
| vehicleName '''lock''' lock|= Syntax


|p1= OnOff: [[Boolean]]  
|p1= vehicleName: [[Object]] |= Parameter 1
|p2= lock: [[Boolean]] |= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 21:01, 23 January 2009

Hover & click on the images for description

Description

Description:
Lock vehicle (disable mounting / dismounting) for player.
Groups:
Uncategorised

Syntax

Syntax:
vehicleName lock lock
Parameters:
vehicleName: Object
lock: Boolean
Return Value:
Nothing

Examples

Example 1:
_jeepOne lock true

Additional Information

See also:
locked

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section