attachedObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma1 |Game name=
| arma1


|1.08|Game version=
|1.08


|arg= |Multiplayer Arguments=
|arg= |Multiplayer Arguments=
Line 9: Line 9:
|eff= |Multiplayer Effects=
|eff= |Multiplayer Effects=


|gr1= Object Manipulation |GROUP1=
|gr1= Object Manipulation


| 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.


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


|p1= location: [[Location]] |PARAMETER1=
|p1= location: [[Location]]


| [[Object]] |RETURNVALUE=
| [[Object]]
   
   
|x1= <code>_locAttachedObj = [[attachedObject]] myLocation;</code> |EXAMPLE1=
|x1= <code>_locAttachedObj = [[attachedObject]] myLocation;</code>


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


}}
}}

Revision as of 01:02, 18 January 2021

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:
Object Manipulation

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

Bottom Section