unassignItem: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<code>([^<]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^<]*) *<\/code>" to "<code>$1$2$3</code>") |
Lou Montana (talk | contribs) m (Text replacement - "<code>([^<]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^<]*) *<\/code>" to "<code>$1$2$3</code>") |
||
Line 22: | Line 22: | ||
_bluforUnit removeItem "NVGoggles"; | _bluforUnit removeItem "NVGoggles"; | ||
_opforUnit unassignItem "NVGoggles_OPFOR"; | _opforUnit unassignItem "NVGoggles_OPFOR"; | ||
_opforUnit | _opforUnit removeItem "NVGoggles_OPFOR"; | ||
_independentUnit [[unassignItem]] "NVGoggles_INDEP"; | _independentUnit [[unassignItem]] "NVGoggles_INDEP"; | ||
_independentUnit removeItem "NVGoggles_INDEP";</code> | _independentUnit removeItem "NVGoggles_INDEP";</code> |
Revision as of 13:05, 12 May 2022
Description
- Description:
- Unassigns existing item and tries to put it into inventory. If there is no space in inventory the item simply disappears.
- Groups:
- Unit Inventory
Syntax
- Syntax:
- unit unassignItem 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";
- Example 2:
{ _x unassignItem hmd _x; // Unassign (not remove) NVGs from all units. The class name of the NVG is not needed } forEach allUnits;
Additional Information
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