getCorpseWeaponholders: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
m (Text replacement - "↵|version1= 2.18↵|branch= dev" to "")
Line 2: Line 2:


|game1= arma3
|game1= arma3
|version1= 2.18
|branch= dev


|gr1= Unit Inventory
|gr1= Unit Inventory

Revision as of 16:04, 8 October 2024

Hover & click on the images for description

Description

Description:
Returns primary and secondary weapon holders of a dead unit. If a unit had weapons at the moment of death, primary weapon is dropped into primary weaponholder and secondary weapon is dropped into secondary.
Groups:
Unit InventoryObject Manipulation

Syntax

Syntax:
getCorpseWeaponholders corpse
Parameters:
corpse: Object - dead unit
Return Value:
Array of Objects in format [primaryWeaponHolder, secondaryWeaponHolder]

Examples

Example 1:
systemChat str getCorpseWeaponholders cursorObject;

Additional Information

See also:
getCorpse nearSupplies allDeadMen

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