locked: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
Line 29: Line 29:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on March 4, 2013 - 16:20
<dt class="note">'''[[User:Druid|Druid]]'''<dd class="note">From Arma 3 version 0.50 is return value [[Number]]:<br/>
0 - Unlocked<br/>
1 - Default<br/>
2 - Locked<br/>
3 - Locked for player


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 17:27, 4 March 2013

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

Posted on March 4, 2013 - 16:20
Druid
From Arma 3 version 0.50 is return value Number:
0 - Unlocked
1 - Default
2 - Locked
3 - Locked for player

Bottom Section