lockInventory: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects? in MP|M...)
m (Text replacement - "<dl class="command_description"> <dt></dt>" to "<dl class="command_description"> <dt></dt>")
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


|game1= arma3
|game1= arma3
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. If you set it [[true]] (locked), the inventory won't be accessed via hotkey or action menu.
|mp= |Multiplayer Behaviour=
|pr= |Problems=


|s1= vehicle [[lockInventory]] lock
|s1= vehicle [[lockInventory]] lock
Line 29: Line 25:


<dl class="command_description">
<dl class="command_description">
<!-- BEGIN Note Section -->
 
<dd class="notedate">Posted on 21. nov. 2020
<dt></dt>
<dt class="note">[[User:PierreMGI|PierreMGI]]
<dd class="notedate">Posted on 21. nov. 2020</dd>
<dt class="note">[[User:PierreMGI|PierreMGI]]</dt>
<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.
<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>
</dl>
<h3 style="display:none">Bottom Section</h3>

Revision as of 14:34, 12 June 2021

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 you set it true (locked), the inventory won't 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:
vehicle player lockInventory true;
Example 2:
backpackContainer player lockInventory true;

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
Posted on 21. nov. 2020
PierreMGI
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.