Difference between revisions of "lockedInventory"

From Bohemia Interactive Community
Jump to navigation Jump to search
m
m (Some wiki formatting)
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
+
{{RV|type=command
  
|game1= arma3dev |Game name=
+
|game1= arma3
 +
|version1= 2.00
  
|version= 2.01 |Game version=
+
|descr= Get a vehicle's inventory lock state. Can also be used on a unit's backback (see [[lockInventory]]).
____________________________________________________________________________________________
 
  
|descr= Get a vehicle's inventory lock state. Can also be used on a unit's backback (see [[lockInventory]]). |Description=
+
|gr1= Unit Inventory
  
|mp= |Multiplayer Behaviour=
+
|s1= [[lockedInventory]] vehicle
  
|pr= |Problems=
+
|p1= vehicle: [[Object]]
 
 
|gr1= Unit Inventory |GROUP1=
 
____________________________________________________________________________________________
 
 
 
|s1= [[lockedInventory]] vehicle |Syntax=
 
  
|p1= vehicle: [[Object]]
+
|r1= [[Boolean]]
  
|r1= [[Boolean]] |Return Value=
+
|x1= <sqf>private _isInventoryLocked = lockedInventory vehicle player;</sqf>
____________________________________________________________________________________________
 
  
|x1= <code>_isInventoryLocked = [[lockedInventory]] [[vehicle]] [[player]];</code> |Example 1=
+
|x2= <sqf>private _isBackpackLocked = lockedInventory backpackContainer player;;</sqf>
|x2= <code>_isBackpackLocked = [[lockedInventory]] [[backpackContainer]] [[player]];</code> |Example 2=
 
____________________________________________________________________________________________
 
  
|seealso= [[lockInventory]] |See Also=
+
|seealso= [[lockInventory]]
 
}}
 
}}
 
<dl class="command_description">
 
<!-- BEGIN Note Section -->
 
 
<!-- END Note Section -->
 
</dl>
 
 
<h3 style="display:none">Bottom Section</h3>
 

Revision as of 13:03, 4 May 2022

Hover & click on the images for description

Description

Description:
Get a vehicle's inventory lock state. Can also be used on a unit's backback (see lockInventory).
Groups:
Unit Inventory

Syntax

Syntax:
lockedInventory vehicle
Parameters:
vehicle: Object
Return Value:
Boolean

Examples

Example 1:
private _isInventoryLocked = lockedInventory vehicle player;
Example 2:

Additional Information

See also:
lockInventory

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