attachedObject: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "") |
Lou Montana (talk | contribs) 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 | {{Command | ||
| arma1 | | arma1 | ||
|1.08 | |1.08 | ||
|arg= |Multiplayer Arguments= | |arg= |Multiplayer Arguments= | ||
Line 9: | Line 9: | ||
|eff= |Multiplayer Effects= | |eff= |Multiplayer Effects= | ||
|gr1= Object Manipulation | |gr1= Object Manipulation | ||
| Returns the object a location is attached to. If the location is unattached, then [[objNull]] is returned. | | Returns the object a location is attached to. If the location is unattached, then [[objNull]] is returned. | ||
| '''attachedObject''' location | | '''attachedObject''' location | ||
|p1= location: [[Location]] | |p1= location: [[Location]] | ||
| [[Object]] | | [[Object]] | ||
|x1= <code>_locAttachedObj = [[attachedObject]] myLocation;</code> | |x1= <code>_locAttachedObj = [[attachedObject]] myLocation;</code> | ||
| [[attachObject]], [[attachTo]], [[attachedObjects]], [[attachedTo]], [[waypointAttachVehicle]], [[waypointAttachedVehicle]], [[lightAttachObject]], [[triggerAttachVehicle]] | | [[attachObject]], [[attachTo]], [[attachedObjects]], [[attachedTo]], [[waypointAttachVehicle]], [[waypointAttachedVehicle]], [[lightAttachObject]], [[triggerAttachVehicle]] | ||
}} | }} |
Revision as of 00:02, 18 January 2021
Description
- Description:
- Returns the object a location is attached to. If the location is unattached, then objNull is returned.
- Groups:
- Object Manipulation
Syntax
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