locked: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * +\|p1=" to " |s1= $1 |p1=")
m (Some wiki formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| ofp
|game1= ofp
|1.00
|version1= 1.00


|game2= ofpe
|game2= ofpe
Line 26: Line 26:
|gr1= Object Manipulation
|gr1= Object Manipulation


| Check if [[vehicle]] is locked. If it is locked, [[Object#Person|Persons]] cannot mount / dismount without order.
|descr= Check if [[vehicle]] is locked. If it is locked, [[Object#Person|Persons]] cannot mount / dismount without order.


|s1= [[locked]] vehicle
|s1= [[locked]] vehicle


|p1= vehicle: [[Object]]
|p1= vehicle: [[Object]]


|
|r1=
* [[Number]] - since {{GVI|arma3|0.50}}
* [[Number]] - since {{GVI|arma3|0.50}}
** 0: Unlocked
** 0: Unlocked
Line 45: Line 45:
|seealso= [[lock]], [[setVehicleLock]], [[lockedDriver]], [[lockedCargo]], [[lockedTurret]]
|seealso= [[lock]], [[setVehicleLock]], [[lockedDriver]], [[lockedCargo]], [[lockedTurret]]
}}
}}
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}

Revision as of 05:37, 13 June 2021

Hover & click on the images for description

Description

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

Syntax

Syntax:
locked vehicle
Parameters:
vehicle: Object
Return Value:
  • Number - since Arma 3 logo black.png0.50
    • 0: Unlocked
    • 1: Default - a subordinate player cannot enter without AI leader order
    • 2: Locked
    • 3: Locked for player
    • -1: vehicle is null
  • Boolean for older games

Examples

Example 1:
_locked = locked _jeepOne;

Additional Information

See also:
locksetVehicleLocklockedDriverlockedCargolockedTurret

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