From Bohemia Interactive Community
					 
					
					
					
					
Hover & click on the images for description
 
Description
- Description:
 
- Returns true if object contains given item in inventory / cargo storage.
⚠
This function performs a deep search of inventory / cargo storage, thus is not suitable for per-frame execution.
 
- Execution:
 
- call
 - Groups:
 
- Inventory
 
Syntax
- Syntax:
 
- [object, item, searchCrew] call BIS_fnc_hasItem
 - Parameters:
 
- object: Object or Group - unit, vehicle, container or group of units (since v1.95)
 
- item: String - item to find
 
- searchCrew: Boolean - (Optional, default false) true to search vehicle crew as well if object is a vehicle
 - Return Value:
 
- Boolean - true if has item
 
Examples
- Example 1:
 - Example 2:
 
Additional Information
- See also:
 
- See also needed
 
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