getUnitLoadout: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(moved note about a mod to talk)
mNo edit summary
Line 2: Line 2:
|arma3|= Game name
|arma3|= Game name
|1.58|= Game version
|1.58|= Game version
|arg= global |= Arguments in MP
| Returns an array with all assigned items, weapons, containers and their stored items.
| Returns an array with all assigned items, weapons, containers and their stored items.
Detailed explanation of the returned array: [[Talk:getUnitLoadout]]
Detailed explanation of the returned array: [[Talk:getUnitLoadout]]

Revision as of 13:29, 21 July 2016

Hover & click on the images for description

Description

Description:
Returns an array with all assigned items, weapons, containers and their stored items. Detailed explanation of the returned array: Talk:getUnitLoadout
This command is not final and might be changed in a near future.
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

Bottom Section

Notes

Bottom Section