attachedObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also & example formate)
Line 21: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_locAttachedObj = attachedObject myLocation</pre> |= Example 1
|x1= <code>_locAttachedObj = [[attachedObject]] myLocation;</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[attachObject]] |= See also
| [[attachObject]], [[attachTo]], [[attachedObjects]], [[attachedTo]], [[waypointAttachVehicle]], [[waypointAttachedVehicle]], [[lightAttachObject]], [[triggerAttachVehicle]] |= See also


}}
}}

Revision as of 07:47, 3 August 2014

-wrong parameter ("Arma") defined!-1.08
Hover & click on the images for description

Description

Description:
Returns the object a location is attached to. If the location is unattached, then objNull is returned.
Groups:
Uncategorised

Syntax

Syntax:
attachedObject location
Parameters:
location: Location
Return Value:
Object

Examples

Example 1:
_locAttachedObj = attachedObject myLocation;

Additional Information

See also:
attachObjectattachToattachedObjectsattachedTowaypointAttachVehiclewaypointAttachedVehiclelightAttachObjecttriggerAttachVehicle

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