getSlotItemName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 30: Line 30:
|r1= [[String]] - item name
|r1= [[String]] - item name


|x1= <sqf>hint str (player getSlotItemName 610;</sqf>
|x1= <sqf>hint (player getSlotItemName 610);</sqf>


|seealso= [[assignItem]] [[unassignItem]] [[linkItem]] [[unlinkItem]] [[addItem]] [[removeItem]] [[removeAllAssignedItems]] [[items]] [[itemsWithMagazines]] [[backpacks]]
|seealso= [[assignItem]] [[unassignItem]] [[linkItem]] [[unlinkItem]] [[addItem]] [[removeItem]] [[removeAllAssignedItems]] [[items]] [[itemsWithMagazines]] [[backpacks]]
}}
}}

Revision as of 11:45, 4 April 2023

Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.14.

Description

Description:
Returns the name of assigned item in given slot or the empty string. Supported slots are:
  • 603 - Goggles
  • 605 - Headgear
  • 608 - Map
  • 609 - Compass
  • 610 - Watch
  • 611 - Radio
  • 612 - GPS
  • 616 - HMD
  • 617 - Binoculars
  • 701 - Vest
  • 801 - Uniform
  • 901 - Backpack
Groups:
Unit Inventory

Syntax

Syntax:
unit getSlotItemName slot
Parameters:
slot: Number - see description
Return Value:
String - item name

Examples

Example 1:
hint (player getSlotItemName 610);

Additional Information

See also:
assignItem unassignItem linkItem unlinkItem addItem removeItem removeAllAssignedItems items itemsWithMagazines backpacks

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