attachObject: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
attachObject
{{Command|= Comments
____________________________________________________________________________________________
 
| arma |= Game name
 
|unknown|= Game version
 
|arg= |= Arguments in MP
 
|eff= |= Effects in MP
____________________________________________________________________________________________
 
| Attaches a location to the specified object. |= Description
____________________________________________________________________________________________
 
| [[Location]] '''attachObject''' [[Object]] |= Syntax
 
|p1= [[Location]] |= Parameter 1
|p2= [[Object]] |= Parameter 2
 
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>myLocation attachObject player</pre> |= Example 1
____________________________________________________________________________________________
 
| [[attachedObject]] |= See also
 
}}
 
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>
 
 
[[Category:Scripting Commands|SETTYPE]]
[[Category:Scripting Commands ArmA|SETTYPE]]
[[Category:Command_Group:_Locations|{{uc:{{PAGENAME}}}}]]

Revision as of 10:55, 26 November 2007

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

Description

Description:
Attaches a location to the specified object.
Groups:
Uncategorised

Syntax

Syntax:
Location attachObject Object
Parameters:
Location
Object
Return Value:
Nothing

Examples

Example 1:
myLocation attachObject player

Additional Information

See also:
attachedObject

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