allDeadMen: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(example, see also added)
Line 15: Line 15:




|x1= <code>
|x1= <code>{ deleteVehicle _x } forEach allDeadMen;
</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[allDead]], [[allUnits]], [[allGroups]], [[playableUnits]], [[switchableUnits]], [[units]], [[vehicles]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 15:40, 5 October 2013

Hover & click on the images for description

Description

Description:
Return a list of dead units. Dead unit might be inside vehicle.
Groups:
Uncategorised

Syntax

Syntax:
allDeadMen
Return Value:
Array

Examples

Example 1:
{ deleteVehicle _x } forEach allDeadMen;

Additional Information

See also:
allDeadallUnitsallGroupsplayableUnitsswitchableUnitsunitsvehicles

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

Notes

Bottom Section