attachedObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 82560 by Ffur2007slx2 5 on 2014-08-03T05:47:02Z)
m (template:command argument fix)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns the object a location is attached to. If the location is unattached, then [[objNull]] is returned. |= Description
| Returns the object a location is attached to. If the location is unattached, then [[objNull]] is returned. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''attachedObject''' location |= Syntax
| '''attachedObject''' location |SYNTAX=


|p1= location: [[Location]] |= Parameter 1
|p1= location: [[Location]] |= Parameter 1


| [[Object]] |= Return value
| [[Object]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
Line 24: Line 24:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


}}
}}

Revision as of 12:25, 7 April 2019

-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