locked: Difference between revisions

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


| [[Boolean]] <nowiki>=</nowiki> '''locked [[Object#Vehicle|Vehicle]]''' |= Syntax
| [[Boolean]] <nowiki>=</nowiki> '''locked''' vehicle |= Syntax
 
|p1= vehicle: [[Object]] |= Parameter 1


| [[Nothing]] |=
| [[Nothing]] |=

Revision as of 21:03, 23 January 2009

Hover & click on the images for description

Description

Description:
Check if vehicle is locked for Persons. If it is locked, Persons cannot mount / dismount without order.
Groups:
Uncategorised

Syntax

Syntax:
Boolean = locked vehicle
Parameters:
vehicle: Object
Return Value:
Nothing

Examples

Example 1:
_it = locked _jeepOne

Additional Information

See also:
lock

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