getSlotItemName: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Fix template usage) |
||
Line 8: | Line 8: | ||
|gr1= Unit Inventory | |gr1= Unit Inventory | ||
|descr= Returns the name of assigned item in given slot or the empty string. | |descr= Returns the name of assigned item in given slot or the empty string. | ||
|s1= unit [[getSlotItemName]] slot | |||
|p1= unit: [[Object]] | |||
|p2= slot: [[Number]] - can be one of: | |||
{{Columns|4| | |||
* 603 - Goggles | * 603 - Goggles | ||
* 605 - Headgear | * 605 - Headgear | ||
Line 22: | Line 28: | ||
* 801 - Uniform | * 801 - Uniform | ||
* 901 - Backpack | * 901 - Backpack | ||
}} | |||
|r1= [[String]] - item name | |r1= [[String]] - item name |
Revision as of 15:32, 2 June 2023
Description
- Description:
- Returns the name of assigned item in given slot or the empty string.
- Groups:
- Unit Inventory
Syntax
- Syntax:
- unit getSlotItemName slot
- Parameters:
- unit: Object
- slot: Number - can be one of:
- 603 - Goggles
- 605 - Headgear
- 608 - Map
- 609 - Compass
- 610 - Watch
- 611 - Radio
- 612 - GPS
- 616 - HMD
- 617 - Binoculars
- 701 - Vest
- 801 - Uniform
- 901 - Backpack
- Return Value:
- String - item name
Examples
- Example 1:
Additional Information
- See also:
- assignedItems 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