lockInventory: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - " ''via'' " to " via ")
 
Line 12: Line 12:
|descr= Lock or unlock a vehicle's inventory access.
|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.
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.
If set to [[true]] (locked), the inventory cannot be accessed via hotkey or action menu.


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

Latest revision as of 12:44, 21 February 2025

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.