Difference between revisions of "lockInventory"

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Some wiki formatting)
(10 intermediate revisions by the same user not shown)
Line 5: Line 5:
  
 
|eff= local
 
|eff= local
|version= 2.00
+
|version1= 2.00
  
 
|gr1= Unit Inventory
 
|gr1= Unit Inventory
  
|descr= Lock or unlock a vehicle's inventory access. This command can also lock backpack a unit is wearing to prevent access by a third party. If you set it [[true]] (locked), the inventory won't be accessed via hotkey or action menu.
+
|descr= Lock or unlock a vehicle's inventory access.
 
+
This command can also lock backpack a unit is wearing to prevent access by a third party.
|mp= |Multiplayer Behaviour=
+
If set to [[true]] (locked), the inventory cannot be accessed ''via'' hotkey or action menu.
 
 
|pr= |Problems=
 
  
 
|s1= vehicle [[lockInventory]] lock
 
|s1= vehicle [[lockInventory]] lock
  
 
|p1= vehicle: [[Object]]
 
|p1= vehicle: [[Object]]
 +
 
|p2= lock: [[Boolean]]
 
|p2= lock: [[Boolean]]
  
 
|r1= [[Nothing]]
 
|r1= [[Nothing]]
  
|x1= <code>[[vehicle]] [[player]] [[lockInventory]] [[true]];</code>
+
|x1= <sqf>vehicle player lockInventory true;</sqf>
|x2= <code>[[backpackContainer]] [[player]] [[lockInventory]] [[true]];</code>
+
 
 +
|x2= <sqf>backpackContainer player lockInventory true;</sqf>
  
 
|seealso= [[lockedInventory]]
 
|seealso= [[lockedInventory]]
 
}}
 
}}
  
<dl class="command_description">
+
{{Note
<!-- BEGIN Note Section -->
+
|user= PierreMGI
<dd class="notedate">Posted on 21. nov. 2020
+
|timestamp= 20201121200000 <!-- dat time -->
<dt class="note">[[User:PierreMGI|PierreMGI]]
+
|text= This command works only on alive unit. No matter you run it before or after death, on due [[backpackContainer]] unit, the backpack will be accessible on corpse.
<dd class="note">This command works only on alive unit. No matter you run it before or after death, on due [[backpackContainer]] unit, the backpack will be accessible on corpse.
+
}}
 
 
<!-- END Note Section -->
 
</dl>
 

Revision as of 12:05, 4 May 2022

Hover & click on the images for description

Description

Description:
Lock or unlock a vehicle's inventory access. This command can also lock backpack a unit is wearing to prevent access by a third party. If set to true (locked), the inventory cannot be accessed via hotkey or action menu.
Groups:
Unit Inventory

Syntax

Syntax:
vehicle lockInventory lock
Parameters:
vehicle: Object
lock: Boolean
Return Value:
Nothing

Examples

Example 1:
Example 2:

Additional Information

See also:
lockedInventory

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
PierreMGI
Posted on Nov 21, 2020 - 20:00 (UTC)
This command works only on alive unit. No matter you run it before or after death, on due backpackContainer unit, the backpack will be accessible on corpse.