setUnitLoadout

From Bohemia Interactive Community
Revision as of 20:34, 15 April 2016 by R3vo (talk | contribs) (create page for setUnitLoadout)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
-wrong parameter ("arma3 dev") defined!-[[:Category:Introduced with arma3 dev version 1.59|1.59]]
Hover & click on the images for description

Description

Description:
Creates a loadout from given inventory structure and applies it to a unit.
Groups:
Uncategorised

Syntax

Syntax:
setUnitLoadout unit
Parameters:
Unit: Object
Loadout structure: Array
Return Value:
Nothing

Examples

Example 1:
_loadout getUnitLoadout player_1 ; player_2 setUnitLoadout _loadout;//Copies loadout from player_1 and applies it to player_2

Additional Information

See also:
getUnitLoadout

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 | SETUNITLOADOUT]][[ Category: arma3 dev: Scripting Commands | SETUNITLOADOUT]]

Bottom Section

Notes

Bottom Section