removeItem: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (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 20:08, 22 February 2016
Description
- Description:
- Removes item from the inventory.
- Groups:
- Uncategorised
Syntax
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