canAddItemToBackpack

From Bohemia Interactive Community
Revision as of 14:15, 30 January 2021 by R3vo (talk | contribs) (simplified example)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Description needed
Groups:
Containers

Syntax

Syntax:
Syntax needed
Parameters:
unit: Object
item: String
Return Value:
Return value needed

Alternative Syntax

Syntax:
unit canAddItemToBackpack [item, count] Template:Since
Parameters:
unit: Object
[item, count]: Array
item: String
count: Number
Return Value:
Boolean

Examples

Example 1:
if (player canAddItemToBackpack "HandGrenade") then { player addItemToBackpack _item } else { hint "no room!" };

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