getUnitLoadout: Difference between revisions
Jump to navigation
Jump to search
(improved formatting) |
No edit summary |
||
Line 1: | Line 1: | ||
{{warning|This command is not final and might be changed in a near future.}} | |||
{{Command|= Comments | {{Command|= Comments | ||
|arma3 dev|= Game name | |arma3 dev|= Game name |
Revision as of 11:42, 20 April 2016
Description
- Description:
- Returns an array with all assigned items, weapons, containers and their stored items.
- Groups:
- Uncategorised
Syntax
- Syntax:
- getUnitLoadout unit
- Parameters:
- Unit: Object
- Return Value:
- Array - Array containing all inventory items
Examples
- Example 1:
getUnitLoadout player;
Additional Information
- See also:
- setUnitLoadout
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
[[Category:Introduced with arma3 dev version 1.59]][[ Category: arma3 dev: New Scripting Commands | GETUNITLOADOUT]][[ Category: arma3 dev: Scripting Commands | GETUNITLOADOUT]]