unassignItem: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Killzone Kid (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
|gr1= Unit Inventory | |gr1= Unit Inventory | ||
|descr= Unassigns existing item and tries to put it into inventory. If there is no space in inventory the item simply disappears. | |descr= Unassigns existing item and tries to put it into inventory. If there is no space in inventory the item simply disappears. See also [[unlinkItem]]. | ||
|s1= unit [[unassignItem]] item | |s1= unit [[unassignItem]] item |
Revision as of 17:20, 9 April 2023
Description
- Description:
- Unassigns existing item and tries to put it into inventory. If there is no space in inventory the item simply disappears. See also unlinkItem.
- 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:
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