lock: Difference between revisions

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


| vehicle '''lock''' lock |= Syntax
| [[Object#Vehicle|Vehicle]]'''lock''' Onff|= Syntax


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


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>jeepOne '''lock''' [[true]]</code> |= Example 1
|x1= <code>_jeepOne '''lock''' [[true]]</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 05:53, 28 August 2007

Hover & click on the images for description

Description

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

Syntax

Syntax:
Vehiclelock Onff
Parameters:
OnOff: Boolean
Return Value:
Nothing

Examples

Example 1:
_jeepOne lock true

Additional Information

See also:
See also needed

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