locked: Difference between revisions

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


| Check if [[vehicle]] is locked for [[player]]. If it is locked, player cannot mount / dismount without order. |= Description
| Check if [[vehicle]] is locked for [[Object#Persons|Persons]]. If it is locked, [[Object#Persons|Persons]] cannot mount / dismount without order. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''locked ''unit''''' |= Syntax
| [[Boolean]] <nowiki>=</nowiki> '''locked [[Object#Vehicle|Vehicle]]''' |= Syntax


|p1= unit: [[Object]] |= Parameter 1


| [[Boolean]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_it = locked jeepOne</pre> |= Example 1
|x1= <pre>_it = locked _jeepOne</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 06:04, 28 August 2007

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
Return Value:
Return value needed

Examples

Example 1:
_it = locked _jeepOne

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