removeItem: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(locality)
No edit summary
Line 48: Line 48:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on February 22, 2016 - 19:08 (UTC)</dd>
<dt class="note">[[User:DreadedEntity|DreadedEntity]]</dt>
<dd class="note">
[[removeItem]] only removes items from a unit's uniform
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 21:08, 22 February 2016

Hover & click on the images for description

Description

Description:
Removes item from the inventory.
Groups:
Uncategorised

Syntax

Syntax:
unit removeItem item
Parameters:
unit: Object
item: String
Return Value:
Nothing

Examples

Example 1:
bluforUnit unassignItem "NVGoggles"; bluforUnit removeItem "NVGoggles"; opforUnit unassignItem "NVGoggles_OPFOR"; opforUnit removeItem "NVGoggles_OPFOR"; independentUnit unassignItem "NVGoggles_INDEP"; independentUnit removeItem "NVGoggles_INDEP";

Additional Information

See also:
removeItemsunassignItemaddItemassignItemassignedItemslinkItemunlinkItemremoveAllAssignedItems

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

Notes

Bottom Section

Posted on February 22, 2016 - 19:08 (UTC)
DreadedEntity
removeItem only removes items from a unit's uniform