lockInventory: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
|game1= arma3dev |Game name= | |game1= arma3dev |Game name= | ||
|arg= global |Arguments in MP= | |||
|eff= local |Effects in MP= | |||
|version= 2.01 |Game version= | |version= 2.01 |Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 10:55, 3 September 2020
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:
- Uncategorised
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
[[Category:Introduced with arma3dev version ]][[ Category: arma3dev: New Scripting Commands | LOCKINVENTORY]][[ Category: arma3dev: Scripting Commands | LOCKINVENTORY]]