canAddItemToVest: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <dl class="command_description"> </dl>" to "")
m (Text replacement - "\|( *\[\[[a-zA-Z]+\]\]) * \| *s2 *=" to "|r1=$1 |s2=")
Line 13: Line 13:
|p1= unit: [[Object]]
|p1= unit: [[Object]]
|p2= item: [[String]]
|p2= item: [[String]]
| [[Boolean]]
|r1= [[Boolean]]


|s2= unit [[canAddItemToVest]] [item, count] {{Since|arma3|1.55.133607|y}}
|s2= unit [[canAddItemToVest]] [item, count] {{Since|arma3|1.55.133607|y}}

Revision as of 16:34, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Unit Inventory

Syntax

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

Alternative Syntax

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

Examples

Example 1:
_item = "HandGrenade"; private _fits = player canAddItemToVest _item; if (_fits) then { player addItemToVest _item; } else { hint "no room!"; };

Additional Information

See also:
canAddcanAddItemToBackpackcanAddItemToUniform

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