canAddItemToUniform: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[.*\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (Text replacement - "\|( *\[\[[a-zA-Z]+\]\]) * \| *s2 *=" to "|r1=$1 |s2=")
Line 15: Line 15:
|p2= item: [[String]]
|p2= item: [[String]]


| [[Boolean]]
|r1= [[Boolean]]


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

Revision as of 16:35, 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 canAddItemToUniform [item, count] Template:Since
Parameters:
unit: Object
[item, count]: Array
item: String
count: Number
Return Value:
Boolean

Examples

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

Additional Information

See also:
canAddcanAddItemToBackpackcanAddItemToVest

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