attachedObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Text replacement - "|= Game name" to "|Game name=")
Line 2: Line 2:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.14|Game version=
|1.14|Game version=

Revision as of 02:29, 31 August 2019

Hover & click on the images for description

Description

Description:
Returns a list of objects attached to the given object.
Groups:
Uncategorised

Syntax

Syntax:
attachedObjects obj
Parameters:
obj: Object - given object
Return Value:
Array of Objects attached to the given object

Examples

Example 1:
{ detach _x; } forEach attachedObjects player;
Example 2:
if (count attachedObjects player == 0) then { hint "There are no objects attached to player"; };

Additional Information

See also:
attachObjectattachToattachedTowaypointAttachVehiclewaypointAttachedVehiclelightAttachObjecttriggerAttachVehicleattachedObjectdetach

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