lockInventory: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page Creation)
 
mNo edit summary
 
(21 intermediate revisions by 5 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=
|arg= global
____________________________________________________________________________________________


|descr= Lock or unlock a vehicle's inventory access. If you set it [[false]] (locked), the inventory won't be accessed via hotkey or action menu. |Description=
|eff= local


|mp= |Multiplayer Behaviour=
|gr1= Unit Inventory


|pr= |Problems=
|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 set to [[true]] (locked), the inventory cannot be accessed ''via'' hotkey or action menu.


|s1= vehicle [[lockInventory]] lock |Syntax=
|s1= vehicle [[lockInventory]] lock


|p1= vehicle: [[Object]]
|p1= vehicle: [[Object]]
|p2= lock: [[Boolean]]
|p2= lock: [[Boolean]]


|r1= [[Nothing]] |Return Value=
|r1= [[Nothing]]
____________________________________________________________________________________________


|x1= <code>vehicle player [[lockInventory]] true</code> |Example 1=
|x1= <sqf>vehicle player lockInventory true;</sqf>
____________________________________________________________________________________________


|seealso= [[lockedInventory]] |See Also=
|x2= <sqf>backpackContainer player lockInventory true;</sqf>
 
|seealso= [[lockedInventory]]
}}
}}


<dl class="command_description">
{{Note
<!-- BEGIN Note Section -->
|user= PierreMGI
 
|timestamp= 20201121200000 <!-- dat time -->
<!-- END Note Section -->
|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.
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>

Latest revision as of 02:17, 28 September 2023

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:
vehicle player lockInventory true;
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 - c
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.